Home
last modified time | relevance | path

Searched refs:glColor4xOES (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt38 glColor4xOES;
Dentries_gles1.in37 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
Dentries.in98 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4xOES);
335 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4xOES); in init_stub_library()
Dstubs_arm.cc55 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/
DGLES11Ext.spec18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java311 public static native void glColor4xOES( in glColor4xOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in52 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/
Dglext.h214 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1055 glColor4xOES( in android_glColor4xOES__IIII()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19462 method public static void glColor4xOES(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt33553 method public static void glColor4xOES(int, int, int, int);