/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 64 deInt32 posLoc = ctx.getAttribLocation(program, "a_position"); in drawQuadWithVaoBuffers() local 134 deInt32 posLoc = ctx.getAttribLocation(program, "a_position"); in drawQuadWithClientPointers() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 165 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local 315 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
D | es2fFlushFinishTests.cpp | 221 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRenderState() local
|
D | es2fUniformApiTests.cpp | 1707 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in renderTest() local
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 245 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 238 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 86 const deInt32 posLoc = gl.getAttribLocation(program, "a_position"); in drawQuad() local 100 const deInt32 posLoc = gl.getAttribLocation(program, "a_position"); in drawPrimitives() local
|
D | glsLifetimeTests.cpp | 534 GLint posLoc = gl().getAttribLocation(program, "pos"); in drawContainer() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 370 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
D | es3fFlushFinishTests.cpp | 239 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRenderState() local
|
D | es3fShaderBuiltinVarTests.cpp | 979 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
|
D | es3fFragmentOutputTests.cpp | 809 int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
|
D | es3fUniformApiTests.cpp | 2119 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in renderTest() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 412 const int posLoc = gl.getAttribLocation(program, "a_position"); in iterate() local
|
D | es31fUniformLocationTests.cpp | 529 const deInt32 posLoc = gl.getAttribLocation(programID, "a_position"); in render() local
|
D | es31fTextureMultisampleTests.cpp | 346 const GLuint posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in genMultisampleTexture() local
|
D | es31fTessellationGeometryInteractionTests.cpp | 2896 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1700 GLint posLoc = thread.gl.getAttribLocation(m_program->program, "a_pos"); in exec() local 1784 GLint posLoc = thread.gl.getAttribLocation(m_program->program, "a_pos"); in exec() local
|