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

  /external/deqp/framework/egl/
egluStaticES30Library.inl 35 { "glIsVertexArray", (deFunctionPtr)glIsVertexArray },
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
es3fLifetimeTests.cpp 430 &CallLogWrapper::glIsVertexArray, &m_varrBind)
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 53 FIND_PROC(glIsVertexArray);
159 !glIsVertexArray ||
271 GL_APICALL GLboolean (* GL_APIENTRY glIsVertexArray) (GLuint array);
gl3stub.h 413 extern GL_APICALL GLboolean (* GL_APIENTRY glIsVertexArray) (GLuint array);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 54 FIND_PROC( glIsVertexArray );
139 || !glDeleteVertexArrays || !glGenVertexArrays || !glIsVertexArray
298 GL_APICALL GLboolean (* GL_APIENTRY glIsVertexArray)( GLuint array );
gl3stub.h 423 extern GL_APICALL GLboolean (* GL_APIENTRY glIsVertexArray) (GLuint array);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 177 gl->isVertexArray = &glIsVertexArray;
glwApi.inl 291 #define glIsVertexArray glwIsVertexArray
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 291 gl->isVertexArray = glIsVertexArray;
tcuNullRenderContextFuncs.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 225 deBool glIsVertexArray (deUint32 array);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 291 glw::GLboolean glIsVertexArray (glw::GLuint array);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 88 milliseconds