Home
last modified time | relevance | path

Searched refs:glClipPlanefIMG (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt30 glClipPlanefIMG; # introduced-mips=9 introduced-x86=9
Dentries_gles1.in29 GL_ENTRY(void, glClipPlanefIMG, GLenum p, const GLfloat *eqn)
Dentries.in90 GL_ENTRY(void, glClipPlanefIMG, GLenum p, const GLfloat *eqn)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanefIMG);
327 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanefIMG); in init_stub_library()
Dstubs_arm.cc47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanefIMG);
327 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanefIMG); in init_stub_library()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in382 void API_ENTRY(glClipPlanefIMG)(GLenum p, const GLfloat *eqn) {
383 CALL_GL_API(glClipPlanefIMG, p, eqn);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h100 #define glClipPlanefIMG wrap_glClipPlanefIMG macro
Dgles_undefine.h100 #undef glClipPlanefIMG
/frameworks/native/opengl/include/GLES/
Dglext.h802 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);