HomeSort by relevance Sort by last modified time
    Searched refs:glBindVertexArray (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/deqp/modules/gles3/functional/
es3fDefaultVertexArrayObjectTests.cpp 60 gl.glBindVertexArray(0);
es3fShaderStateQueryTests.cpp     [all...]
es3fVertexArrayObjectTests.cpp 603 GLU_CHECK_CALL(glBindVertexArray(vao));
605 GLU_CHECK_CALL(glBindVertexArray(0));
609 GLU_CHECK_CALL(glBindVertexArray(vao));
614 GLU_CHECK_CALL(glBindVertexArray(0));
    [all...]
es3fNegativeVertexArrayApiTests.cpp 161 glBindVertexArray(vao);
168 glBindVertexArray(0);
204 glBindVertexArray(vao);
211 glBindVertexArray(0);
240 ES3F_ADD_API_CASE(bind_vertex_array, "Invalid glBindVertexArray() usage",
243 glBindVertexArray(-1);
    [all...]
es3fLifetimeTests.cpp 174 void bind (GLuint name) { glBindVertexArray(name); }
es3fNegativeStateApiTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fDefaultVertexArrayObjectTests.cpp 62 gl.glBindVertexArray(0);
es31fVertexAttributeBindingStateQueryTests.cpp 95 gl.glBindVertexArray(*vao);
117 gl.glBindVertexArray(*otherVao);
118 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glBindVertexArray");
124 gl.glBindVertexArray(*vao);
125 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glBindVertexArray");
170 gl.glBindVertexArray(*vao);
192 gl.glBindVertexArray(*otherVao);
193 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glBindVertexArray");
199 gl.glBindVertexArray(*vao);
200 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glBindVertexArray");
    [all...]
es31fVertexAttributeBindingTests.cpp 330 gl.glBindVertexArray(m_vao);
368 gl.glBindVertexArray(0);
629 gl.glBindVertexArray(m_vao);
675 gl.glBindVertexArray(0);
900 gl.glBindVertexArray(m_vao);
988 gl.glBindVertexArray(0);
    [all...]
es31fNegativeVertexArrayApiTests.cpp 156 ctx.glBindVertexArray(vao);
163 ctx.glBindVertexArray(0);
200 ctx.glBindVertexArray(vao);
207 ctx.glBindVertexArray(0);
243 ctx.glBindVertexArray(-1);
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES3.cpp 103 glBindVertexArray(mVBState);
163 glBindVertexArray(mVBState);
gl3stub.c 50 FIND_PROC(glBindVertexArray);
156 !glBindVertexArray ||
268 GL_APICALL void (* GL_APIENTRY glBindVertexArray) (GLuint array);
gl3stub.h 413 extern GL_APICALL void (* GL_APIENTRY glBindVertexArray) (GLuint array);
    [all...]
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 232 GLU_CHECK_CALL(glBindVertexArray(m_vao));
254 GLU_CHECK_CALL(glBindVertexArray(0));
395 GLU_CHECK_CALL(glBindVertexArray(m_vao));
414 GLU_CHECK_CALL(glBindVertexArray(0));
glsBufferTestUtil.cpp 599 glBindVertexArray (m_vao);
648 glBindVertexArray(0);
784 glBindVertexArray (m_vao);
846 glBindVertexArray(0);
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 324 gl.glBindVertexArray(m_vao);
362 gl.glBindVertexArray(0);
589 gl.glBindVertexArray(*vao);
es31sDrawTests.cpp 190 gl.glBindVertexArray(m_vao);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 19 { "glBindVertexArray", (deFunctionPtr)glBindVertexArray },
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 51 FIND_PROC( glBindVertexArray );
138 || !glMapBufferRange || !glFlushMappedBufferRange || !glBindVertexArray
295 GL_APICALL void (* GL_APIENTRY glBindVertexArray)( GLuint array );
gl3stub.h 423 extern GL_APICALL void (* GL_APIENTRY glBindVertexArray) (GLuint array);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 19 gl->bindVertexArray = &glBindVertexArray;
glwInitES31Direct.inl 22 gl->bindVertexArray = &glBindVertexArray;
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 432 glBindVertexArray = 404;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 34 void glBindVertexArray ( GLuint array )

Completed in 451 milliseconds

1 2 3