HomeSort by relevance Sort by last modified time
    Searched refs:glClipPlanexIMG (Results 1 - 16 of 16) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 172 {"glClipPlanexIMG", (void*)glClipPlanexIMG},
gl_client_context.h 192 glClipPlanexIMG_client_proc_t glClipPlanexIMG;
gl_client_context.cpp 192 glClipPlanexIMG = (glClipPlanexIMG_client_proc_t) getProc("glClipPlanexIMG", userData);
gl_entry.cpp 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 263 {"glClipPlanexIMG", (void *)glClipPlanexIMG},
gles_dispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
    [all...]
gles.cpp 1271 void glClipPlanexIMG(GLenum p, const GLfixed *eqn)
1273 getDispatch()->glClipPlanexIMG(p, eqn);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 103 #define glClipPlanexIMG wrap_glClipPlanexIMG
    [all...]
gles_undefine.h 103 #undef glClipPlanexIMG
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 71 glClipPlanexIMG(40, 40),
668 case 40: return glClipPlanexIMG;
    [all...]

Completed in 138 milliseconds