Home
last modified time | relevance | path

Searched refs:bo_id (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleFunctionalTests.cpp1259 , bo_id(0) in MultisampleTextureFunctionalTestsSampleMaskingForNonIntegerColorRenderableTexturesTest()
1301 if (bo_id != 0) in deinit()
1303 gl.deleteBuffers(1, &bo_id); in deinit()
1305 bo_id = 0; in deinit()
1384 gl.genBuffers(1, &bo_id); in initInternals()
1388 if (bo_id == 0) in initInternals()
1564 gl.bindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, bo_id); in iterate()
1570 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bo_id); in iterate()
1825 , bo_id(0) in MultisampleTextureFunctionalTestsSampleMaskingTexturesTest()
1867 if (bo_id != 0) in deinit()
[all …]
Des31cTextureStorageMultisampleFunctionalTests.hpp147 glw::GLuint bo_id; member in glcts::MultisampleTextureFunctionalTestsSampleMaskingForNonIntegerColorRenderableTexturesTest
176 glw::GLuint bo_id; member in glcts::MultisampleTextureFunctionalTestsSampleMaskingTexturesTest
223 glw::GLuint bo_id; member in glcts::MultisampleTextureFunctionalTestsTextureSizeVertexShadersTest
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp943 void bindBOForXFB(glw::GLenum capture_mode, glw::GLuint bo_id);
944 void bindBOForDraw(glw::GLuint program_id, glw::GLenum capture_mode, glw::GLuint bo_id);
1075 void setupVertexArray(glw::GLuint bo_id);
Dgl4cTextureViewTests.hpp163 unsigned int n_cubemaps_needed, glw::GLint bo_id);
Dgl3cTransformFeedbackTests.cpp4353 void gl3cts::TransformFeedback::DrawXFB::bindBOForXFB(glw::GLenum capture_mode, glw::GLuint bo_id) in bindBOForXFB() argument
4361 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bo_id); in bindBOForXFB()
4367 …gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, i, bo_id, i * s_capture_size / s_xfb_varyings_cou… in bindBOForXFB()
4378 glw::GLuint bo_id) in bindBOForDraw() argument
4383 gl.bindBuffer(GL_ARRAY_BUFFER, bo_id); in bindBOForDraw()
5449 void gl3cts::TransformFeedback::DrawXFBStream::setupVertexArray(glw::GLuint bo_id) in setupVertexArray() argument
5454 gl.bindBuffer(GL_ARRAY_BUFFER, bo_id); in setupVertexArray()
Dgl4cTextureViewTests.cpp2112 unsigned int n_cubemaps_needed, glw::GLint bo_id) in initTextureStorage() argument
2129 gl.texBuffer(GL_TEXTURE_BUFFER, texture_internalformat, bo_id); in initTextureStorage()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6318 bool copyDataFromBufferObject(GLuint bo_id, std::vector<GLint>& retrieved_data);
6383 void unbindAndDestroyBufferObject(GLuint bo_id);
7304 bool RequiredCase::copyDataFromBufferObject(GLuint bo_id, std::vector<GLint>& retrieved_data) in copyDataFromBufferObject() argument
7310 gl.bindBuffer(GL_ARRAY_BUFFER, bo_id); in copyDataFromBufferObject()
9813 void RequiredCase::unbindAndDestroyBufferObject(GLuint bo_id) in unbindAndDestroyBufferObject() argument
9824 if (bo_id != 0) in unbindAndDestroyBufferObject()
9826 gl.deleteBuffers(1, &bo_id); in unbindAndDestroyBufferObject()