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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 236 {"glClipPlanefIMG", (void*)glClipPlanefIMG},
gl_client_context.h 256 glClipPlanefIMG_client_proc_t glClipPlanefIMG;
gl_client_context.cpp 256 glClipPlanefIMG = (glClipPlanefIMG_client_proc_t) getProc("glClipPlanefIMG", userData);
gl_entry.cpp 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 262 {"glClipPlanefIMG", (void *)glClipPlanefIMG},
gles_dispatch.h 265 glClipPlanefIMG_t glClipPlanefIMG;
    [all...]
gles.cpp 1266 void glClipPlanefIMG(GLenum p, const GLfloat *eqn)
1268 getDispatch()->glClipPlanefIMG(p, eqn);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 47 glClipPlanefIMG;
gles1_wrapper_context.h 256 glClipPlanefIMG_wrapper_proc_t glClipPlanefIMG;
gles1_wrapper_context.cpp 256 glClipPlanefIMG = (glClipPlanefIMG_wrapper_proc_t) getProc("glClipPlanefIMG", userData);
gles1_wrapper_entry.cpp 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
    [all...]
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 328 glClipPlanefIMG = glClipPlanef;
  /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...]

Completed in 70 milliseconds