Searched defs:coordLoc (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 65 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithVaoBuffers() local 135 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithClientPointers() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 111 GLuint coordLoc; in render() local
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 222 deUint32 coordLoc = -1; in render() local 391 deUint32 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord"); in render() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 164 GLuint coordLoc; in render() local
|
D | es3fPixelBufferObjectTests.cpp | 303 GLuint coordLoc = (GLuint)-1; in renderTriangle() local
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 246 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 240 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 429 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2() local 504 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2() local 628 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES2() local
|
/external/angle/src/tests/gl_tests/ |
D | SimpleOperationTest.cpp | 1077 GLint coordLoc = glGetAttribLocation(program, "coord"); in TEST_P() local
|
D | FramebufferFetchTest.cpp | 321 void render(GLuint coordLoc, GLboolean needsFramebufferFetchBarrier) in render()
|