Searched refs:glClipPlanefIMG (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 30 glClipPlanefIMG; # introduced-mips=9 introduced-x86=9
|
D | entries_gles1.in | 29 GL_ENTRY(void, glClipPlanefIMG, GLenum p, const GLfloat *eqn)
|
D | entries.in | 90 GL_ENTRY(void, glClipPlanefIMG, GLenum p, const GLfloat *eqn)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanefIMG); 327 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanefIMG); in init_stub_library()
|
D | stubs_arm.cc | 47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanefIMG); 327 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanefIMG); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 382 void API_ENTRY(glClipPlanefIMG)(GLenum p, const GLfloat *eqn) { 383 CALL_GL_API(glClipPlanefIMG, p, eqn);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 100 #define glClipPlanefIMG wrap_glClipPlanefIMG macro
|
D | gles_undefine.h | 100 #undef glClipPlanefIMG
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 802 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);
|