Home
last modified time | relevance | path

Searched defs:posLoc (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp64 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/
Des2fDepthRangeTests.cpp165 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
315 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
Des2fFlushFinishTests.cpp221 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRenderState() local
Des2fUniformApiTests.cpp1707 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in renderTest() local
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp245 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp238 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
/external/deqp/modules/glshared/
DglsScissorTests.cpp86 const deInt32 posLoc = gl.getAttribLocation(program, "a_position"); in drawQuad() local
100 const deInt32 posLoc = gl.getAttribLocation(program, "a_position"); in drawPrimitives() local
DglsLifetimeTests.cpp534 GLint posLoc = gl().getAttribLocation(program, "pos"); in drawContainer() local
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp370 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
Des3fFlushFinishTests.cpp239 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRenderState() local
Des3fShaderBuiltinVarTests.cpp979 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
Des3fFragmentOutputTests.cpp809 int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
Des3fUniformApiTests.cpp2119 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in renderTest() local
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp412 const int posLoc = gl.getAttribLocation(program, "a_position"); in iterate() local
Des31fUniformLocationTests.cpp529 const deInt32 posLoc = gl.getAttribLocation(programID, "a_position"); in render() local
Des31fTextureMultisampleTests.cpp346 const GLuint posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in genMultisampleTexture() local
Des31fTessellationGeometryInteractionTests.cpp2896 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1700 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