Searched refs:glColor4xOES (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 38 glColor4xOES;
|
D | entries_gles1.in | 37 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
D | entries.in | 98 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4xOES); 335 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4xOES); in init_stub_library()
|
D | stubs_arm.cc | 55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4xOES); 335 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4xOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 311 public static native void glColor4xOES( in glColor4xOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 52 void API_ENTRY(glColor4xOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 53 CALL_GL_API(glColor4xOES, red, green, blue, alpha);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 214 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1055 glColor4xOES( in android_glColor4xOES__IIII()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19462 method public static void glColor4xOES(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 33553 method public static void glColor4xOES(int, int, int, int);
|