Searched defs:coordLoc (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglImageFormatTests.cpp | 594 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 702 GLuint coordLoc = gl.getAttribLocation(glProgram, "pos_in"); in invokeGLES() local 810 GLuint coordLoc = gl.getAttribLocation(glProgram0, "a_coord"); in invokeGLES() local 959 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 1073 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 1164 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 1255 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 1379 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextUtil.cpp | 54 int32_t coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithVaoBuffers() local 114 int32_t coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithClientPointers() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsMemoryStressCase.cpp | 202 uint32_t coordLoc = -1; in render() local 368 uint32_t coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord"); in render() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fReadPixelsTests.cpp | 103 GLuint coordLoc; in render() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 156 GLuint coordLoc; in render() local
|
H A D | es3fPixelBufferObjectTests.cpp | 296 GLuint coordLoc = (GLuint)-1; in renderTriangle() local
|
/aosp_15_r20/external/deqp/modules/gles2/accuracy/ |
H A D | es2aVaryingInterpolationTests.cpp | 241 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles3/accuracy/ |
H A D | es3aVaryingInterpolationTests.cpp | 246 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SimpleOperationTest.cpp | 1115 GLint coordLoc = glGetAttribLocation(program, "coord"); in TEST_P() local
|
H A D | FramebufferFetchTest.cpp | 845 void render(GLuint coordLoc, GLboolean needsFramebufferFetchBarrier) in render()
|