Searched refs:posArray (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 1877 glu::VertexArrayBinding posArray = glu::va::Float("a_position", 4, 4, 0, &position[0]); in render() local 1878 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posArray, in render()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 2250 glu::VertexArrayBinding posArray = glu::va::Float("a_position", 4, 4, 0, &position[0]); in iterate() local 2251 glu::draw(m_context.getRenderContext(), progVF.getProgram(), 1, &posArray, in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 1921 glu::VertexArrayBinding posArray = glu::va::Float("a_position", 4, 4, 0, &position[0]); in render() local 1922 glu::draw(m_renderCtx, program, 1, &posArray, in render()
|
Completed in 11 milliseconds