Searched refs:glColorMaskiOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES); 944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glColorMaskiOES); in init_stub_library()
|
D | stubs_arm64.cc | 96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES); 944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glColorMaskiOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES); 944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glColorMaskiOES); in init_stub_library()
|
D | stubs_arm.cc | 96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES); 944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glColorMaskiOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 112 #define glColorMaskiOES wrap_glColorMaskiOES macro
|
D | gles_undefine.h | 112 #undef glColorMaskiOES
|
D | gles_stubs.in | 1153 void API_ENTRY(glColorMaskiOES)(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) { 1154 CALL_GL_API(glColorMaskiOES, index, r, g, b, a);
|
D | gles_decls.in | 385 GL_ENTRY(void, glColorMaskiOES, GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 82 void API_ENTRY(glColorMaskiOES)(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) { 83 CALL_GL_API(glColorMaskiOES, index, r, g, b, a);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 102 GL_ENTRY(void, glColorMaskiOES, GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 327 GL_APICALL void GL_APIENTRY glColorMaskiOES (GLuint index, GLboolean r, GLboolean g, GLboolean b, G…
|