Home
last modified time | relevance | path

Searched defs:coordLoc (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextUtil.cpp65 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithVaoBuffers() local
135 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithClientPointers() local
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp485 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
592 GLuint coordLoc = gl.getAttribLocation(glProgram, "pos_in"); in invokeGLES() local
669 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
779 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
867 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
957 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
1081 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fReadPixelsTests.cpp111 GLuint coordLoc; in render() local
/third_party/vk-gl-cts/modules/glshared/
DglsMemoryStressCase.cpp215 deUint32 coordLoc = -1; in render() local
384 deUint32 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord"); in render() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fReadPixelsTests.cpp164 GLuint coordLoc; in render() local
Des3fPixelBufferObjectTests.cpp303 GLuint coordLoc = (GLuint)-1; in renderTriangle() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp240 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp246 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp949 GLint coordLoc = glGetAttribLocation(program, "coord"); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp1074 GLint coordLoc = glGetAttribLocation(program, "coord"); in TEST_P() local
DFramebufferFetchTest.cpp328 void render(GLuint coordLoc, GLboolean needsFramebufferFetchBarrier) in render()