OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glBindVertexArray
(Results
1 - 25
of
38
) sorted by null
1
2
/external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp
66
gl.
glBindVertexArray
(*vao);
103
gl.
glBindVertexArray
(*otherVao);
107
gl.
glBindVertexArray
(*vao);
182
gl.
glBindVertexArray
(*vao);
219
gl.
glBindVertexArray
(*otherVao);
223
gl.
glBindVertexArray
(*vao);
396
gl.
glBindVertexArray
(*vao);
417
gl.
glBindVertexArray
(*otherVao);
421
gl.
glBindVertexArray
(*vao);
464
gl.
glBindVertexArray
(*vao)
[
all
...]
es31fVertexAttributeBindingTests.cpp
332
gl.
glBindVertexArray
(m_vao);
370
gl.
glBindVertexArray
(0);
631
gl.
glBindVertexArray
(m_vao);
677
gl.
glBindVertexArray
(0);
902
gl.
glBindVertexArray
(m_vao);
990
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
410
extern GL_APICALL void (* GL_APIENTRY
glBindVertexArray
) (GLuint array);
[
all
...]
/external/deqp/framework/egl/
egluStaticES30Library.inl
32
{ "
glBindVertexArray
", (deFunctionPtr)
glBindVertexArray
},
/external/deqp/modules/gles3/functional/
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/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm
215
glBindVertexArray
(_vertexArray);
423
glBindVertexArray
(_vertexArray);
/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
598
glBindVertexArray
(m_vao);
647
glBindVertexArray
(0);
783
glBindVertexArray
(m_vao);
845
glBindVertexArray
(0);
/external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp
326
gl.
glBindVertexArray
(m_vao);
364
gl.
glBindVertexArray
(0);
591
gl.
glBindVertexArray
(*vao);
es31sDrawTests.cpp
190
gl.
glBindVertexArray
(m_vao);
/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
420
extern GL_APICALL void (* GL_APIENTRY
glBindVertexArray
) (GLuint array);
[
all
...]
/external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl
174
gl->bindVertexArray = &
glBindVertexArray
;
/external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl
288
gl->bindVertexArray =
glBindVertexArray
;
/external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp
222
void
glBindVertexArray
(deUint32 array);
sglrGLContext.cpp
639
m_wrapper->
glBindVertexArray
(array);
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
195
gl.
glBindVertexArray
(*vao);
Completed in 565 milliseconds
1
2