Home
last modified time | relevance | path

Searched refs:glColorMaskiOES (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES);
944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glColorMaskiOES); in init_stub_library()
Dstubs_arm64.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES);
944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glColorMaskiOES); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES);
944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glColorMaskiOES); in init_stub_library()
Dstubs_arm.cc96 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColorMaskiOES);
944 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glColorMaskiOES); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h112 #define glColorMaskiOES wrap_glColorMaskiOES macro
Dgles_undefine.h112 #undef glColorMaskiOES
Dgles_stubs.in1153 void API_ENTRY(glColorMaskiOES)(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) {
1154 CALL_GL_API(glColorMaskiOES, index, r, g, b, a);
Dgles_decls.in385 GL_ENTRY(void, glColorMaskiOES, GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in82 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/
Dentries.in102 GL_ENTRY(void, glColorMaskiOES, GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h327 GL_APICALL void GL_APIENTRY glColorMaskiOES (GLuint index, GLboolean r, GLboolean g, GLboolean b, G…