Home
last modified time | relevance | path

Searched refs:positionBuf (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp374 GLBuffer positionBuf; in TEST_P() local
375 glBindBuffer(GL_ARRAY_BUFFER, positionBuf); in TEST_P()
455 GLBuffer positionBuf; in TEST_P() local
456 glBindBuffer(GL_ARRAY_BUFFER, positionBuf); in TEST_P()
511 GLBuffer positionBuf; in TEST_P() local
512 glBindBuffer(GL_ARRAY_BUFFER, positionBuf); in TEST_P()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp817 deUint32 positionBuf = 0; in renderTo() local
859 ctx.genBuffers(1, &positionBuf); in renderTo()
860 ctx.bindBuffer(GL_ARRAY_BUFFER, positionBuf); in renderTo()
931 ctx.deleteBuffers(1, &positionBuf); in renderTo()
2313 deUint32 positionBuf = 0;
2344 gl.genBuffers(1, &positionBuf);
2345 gl.bindBuffer(GL_ARRAY_BUFFER, positionBuf);
2373 gl.deleteBuffers(1, &positionBuf);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp682 deUint32 positionBuf = 0; in renderTo() local
720 ctx.genBuffers(1, &positionBuf); in renderTo()
721 ctx.bindBuffer(GL_ARRAY_BUFFER, positionBuf); in renderTo()
764 ctx.deleteBuffers(1, &positionBuf); in renderTo()

Completed in 7 milliseconds