Searched refs:bindVertexArray (Results 126 - 150 of 161) sorted by relevance

1234567

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp155 bindVertexArray(0);
1050 bindVertexArray(0);
1224 void Context::bindVertexArray(GLuint array) function in class:es2::Context
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp5898 gl.bindVertexArray(m_vao_id);
6968 gl.bindVertexArray(m_vao_id);
9259 gl.bindVertexArray(m_vao_id);
9568 gl.bindVertexArray(m_vao_id);
10099 gl.bindVertexArray(m_vao_id);
H A Dgl4cDirectStateAccessTexturesTests.cpp1055 gl.bindVertexArray(m_vao);
1258 gl.bindVertexArray(0);
2233 gl.bindVertexArray(m_vao);
2342 gl.bindVertexArray(0);
3648 gl.bindVertexArray(m_vao);
3863 gl.bindVertexArray(0);
7111 gl.bindVertexArray(m_vao);
H A Dgl4cShaderSubroutineTests.cpp776 gl.bindVertexArray(m_id);
2536 gl.bindVertexArray(m_vao_id);
5054 gl.bindVertexArray(m_vao_id);
7105 gl.bindVertexArray(m_vao_id);
9241 gl.bindVertexArray(m_vao_id);
9644 gl.bindVertexArray(m_vao_id);
H A Dgl3cTextureSizePromotion.cpp222 gl.bindVertexArray(m_vao);
H A Dgl4cDirectStateAccessQueriesTests.cpp1679 gl.bindVertexArray(m_vao);
H A Dgl4cGPUShaderFP64Tests.cpp3314 gl.bindVertexArray(0);
4527 gl.bindVertexArray(m_vertex_array_object_id);
4696 gl.bindVertexArray(0);
5423 gl.bindVertexArray(m_vertex_array_object_id);
7873 gl.bindVertexArray(m_vao_id);
10006 gl.bindVertexArray(m_vao_id);
11597 gl.bindVertexArray(m_vao_id);
13537 gl.bindVertexArray(0);
15367 gl.bindVertexArray(m_vertex_array_object_id);
H A Dgl4cPipelineStatisticsQueryTests.cpp2004 gl.bindVertexArray(m_vao_id);
H A Dgl3cTextureSwizzleTests.cpp3665 gl.bindVertexArray(m_vao_id);
3666 GLU_EXPECT_NO_ERROR(gl.getError(), "bindVertexArray");
H A Dgl4cBufferStorageTests.cpp1615 gl.bindVertexArray(id);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleFunctionalTests.cpp578 gl.bindVertexArray(vao_id);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h30 virtual GrGLvoid bindVertexArray(GrGLuint array) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h30 virtual GrGLvoid bindVertexArray(GrGLuint array) {} function in class:GrGLTestInterface
/external/deqp/framework/opengl/wrapper/
H A DglwInitGL43.inl26 gl->bindVertexArray = (glBindVertexArrayFunc) loader->get("glBindVertexArray");
H A DglwInitGL44.inl31 gl->bindVertexArray = (glBindVertexArrayFunc) loader->get("glBindVertexArray");
H A DglwInitGL45.inl32 gl->bindVertexArray = (glBindVertexArrayFunc) loader->get("glBindVertexArray");
H A DglwInitGL46.inl32 gl->bindVertexArray = (glBindVertexArrayFunc) loader->get("glBindVertexArray");
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl33 gl->bindVertexArray = glBindVertexArray;
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp1858 m_ctx.bindVertexArray(m_vaoID);
2033 m_ctx.bindVertexArray(0);
H A DglsVertexArrayTests.cpp1170 m_ctx.bindVertexArray(vaoId);
/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp1509 gl.bindVertexArray(vao);
H A DglcRobustBufferAccessBehaviorTests.cpp977 gl.bindVertexArray(id);
H A DglcViewportArrayTests.cpp945 gl.bindVertexArray(m_id);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp947 gl.bindVertexArray(m_vao_id);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3555 void ReferenceContext::bindVertexArray (deUint32 array)
3961 bindVertexArray(0);

Completed in 585 milliseconds

1234567