Searched refs:positionBuf (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustBufferAccessBehaviorTest.cpp | 374 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/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustBufferAccessBehaviorTest.cpp | 377 GLBuffer positionBuf; in TEST_P() local 378 glBindBuffer(GL_ARRAY_BUFFER, positionBuf); in TEST_P() 458 GLBuffer positionBuf; in TEST_P() local 459 glBindBuffer(GL_ARRAY_BUFFER, positionBuf); in TEST_P() 514 GLBuffer positionBuf; in TEST_P() local 515 glBindBuffer(GL_ARRAY_BUFFER, positionBuf); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 682 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()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 817 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; in iterate() local 2344 gl.genBuffers(1, &positionBuf); in iterate() 2345 gl.bindBuffer(GL_ARRAY_BUFFER, positionBuf); in iterate() 2373 gl.deleteBuffers(1, &positionBuf); in iterate()
|