Home
last modified time | relevance | path

Searched refs:coordBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp959 GLBuffer coordBuffer; in TEST_P() local
960 glBindBuffer(GL_ARRAY_BUFFER, coordBuffer); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp1084 GLBuffer coordBuffer; in TEST_P() local
1085 glBindBuffer(GL_ARRAY_BUFFER, coordBuffer); in TEST_P()
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp584 const glu::Buffer coordBuffer (renderContext); in renderGL() local
603 gl.bindBuffer(GL_ARRAY_BUFFER, *coordBuffer); in renderGL()