Home
last modified time | relevance | path

Searched refs:glLineWidthx (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt173 glLineWidthx;
Dentries_gles1.in183 GL_ENTRY(void, glLineWidthx, GLfixed width)
Dentries.in547 GL_ENTRY(void, glLineWidthx, GLfixed width)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc190 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidthx);
470 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLineWidthx); in init_stub_library()
Dstubs_arm64.cc190 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidthx);
470 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLineWidthx); in init_stub_library()
Dstubs_arm.cc190 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidthx);
470 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLineWidthx); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec56 void glLineWidthx ( GLfixed width )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java622 void glLineWidthx( in glLineWidthx() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.056 void glLineWidthx ( GLfixed width )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in304 void API_ENTRY(glLineWidthx)(GLfixed width) {
305 CALL_GL_API(glLineWidthx, width);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java786 public static native void glLineWidthx( in glLineWidthx() method in GLES10
DGLErrorWrapper.java468 public void glLineWidthx(int width) { in glLineWidthx() method in GLErrorWrapper
470 mgl.glLineWidthx(width); in glLineWidthx()
DGLLogWrapper.java1919 public void glLineWidthx(int width) { in glLineWidthx() method in GLLogWrapper
1924 mgl.glLineWidthx(width); in glLineWidthx()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java614 public native void glLineWidthx( in glLineWidthx() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h506 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1959 glLineWidthx( in android_glLineWidthx__I()
Dcom_google_android_gles_jni_GLImpl.cpp2626 glLineWidthx( in android_glLineWidthx__I()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18947 method public static void glLineWidthx(int);
51869 method public abstract void glLineWidthx(int);
/frameworks/base/core/api/
Dcurrent.txt29878 method public static void glLineWidthx(int);
61725 method public void glLineWidthx(int);