HomeSort by relevance Sort by last modified time
    Searched defs:glIsVertexArrayOES (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 155 PFNGLISVERTEXARRAYOES glIsVertexArrayOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 271 glIsVertexArrayOES_client_proc_t glIsVertexArrayOES;
gl_entry.cpp 266 GLboolean glIsVertexArrayOES(GLuint array);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1246 GLboolean glIsVertexArrayOES(GLuint array)
1248 return getDispatch()->glIsVertexArrayOES(array);
    [all...]
gles_dispatch.h 261 glIsVertexArrayOES_t glIsVertexArrayOES;
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 170 glIsVertexArrayOES_client_proc_t glIsVertexArrayOES;
gl2_entry.cpp 165 GLboolean glIsVertexArrayOES(GLuint array);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 509 #define glIsVertexArrayOES wrap_glIsVertexArrayOES
    [all...]
gles_undefine.h 509 #undef glIsVertexArrayOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 249 glIsVertexArrayOES(218, 218),
846 case 218: return glIsVertexArrayOES;
    [all...]

Completed in 1359 milliseconds