HomeSort by relevance Sort by last modified time
    Searched refs:glGenVertexArrays (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 428 , m_varrType (ctx, "vertex_array", &CallLogWrapper::glGenVertexArrays,
es3fVertexArrayObjectTests.cpp 602 GLU_CHECK_CALL(glGenVertexArrays(1, &vao));
    [all...]
es3fNegativeStateApiTests.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 189 gl.glGenVertexArrays(1, &m_vao);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
VBOWithVAOPerformanceTest.java 399 gl.glGenVertexArrays(1, tmpHandle);
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 121 gl->genVertexArrays = &glGenVertexArrays;
  /external/libgdx/gdx/jni/iosgl/
iosgl30.cpp 465 * Method: glGenVertexArrays
471 glGenVertexArrays(n, (GLuint*)&v[offset]);
477 * Method: glGenVertexArrays
483 glGenVertexArrays(n, (GLuint*)dataPtr);
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 415 extern GL_APICALL void (* GL_APIENTRY glGenVertexArrays) (GLsizei n, GLuint* arrays);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 425 extern GL_APICALL void (* GL_APIENTRY glGenVertexArrays) (GLsizei n, GLuint* arrays);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 224 void glGenVertexArrays (int n, deUint32* arrays);
sglrGLContext.cpp 644 m_wrapper->glGenVertexArrays(numArrays, vertexArrays);
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 313 #undef glGenVertexArrays
wrap_gles.h 313 #define glGenVertexArrays wrap_glGenVertexArrays
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 188 gl->genVertexArrays = glGenVertexArrays;
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h     [all...]

Completed in 2645 milliseconds

12 3 4 5