/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
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_fence_sync.cpp | 130 GLuint createShaderProgram(GLint *posLoc, GLint *colLoc) in createShaderProgram() 377 GLint posLoc, colLoc; in test_fence_sync_single() local
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 146 GLuint createShaderProgram(GLint *posLoc, GLint *colLoc) in createShaderProgram() 387 GLint posLoc, colLoc; in test_fence_sync_single() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 239 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 245 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 | 696 GLint posLoc = gl().getAttribLocation(program, "pos"); in drawContainer() local
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSeparateShaderObjsTests.cpp | 2264 int posLoc = gl.getAttribLocation(progVF.getProgram(), "a_position"); in iterate() local 2800 int posLoc = gl.getAttribLocation(programA, "a_position"); in iterate() local 2835 int posLoc = gl.getAttribLocation(progVF.getProgram(), "a_position"); in iterate() local
|
/external/angle/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 358 const GLint posLoc = glGetAttribLocation(mProgram, "vPosition"); in initializeBenchmark() local
|
/external/angle/src/tests/gl_tests/ |
D | ClearTest.cpp | 612 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local 663 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local 2230 GLint posLoc = glGetAttribLocation(drawColor, essl1_shaders::PositionAttrib()); in TEST_P() local
|
D | VulkanPerformanceCounterTest.cpp | 202 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local 335 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local 2989 GLint posLoc = glGetAttribLocation(program, "position"); in TEST_P() local
|
D | SimpleOperationTest.cpp | 1074 GLint posLoc = glGetAttribLocation(program, "pos"); in TEST_P() local
|
D | StateChangeTest.cpp | 5306 GLint posLoc = glGetAttribLocation(program, "position"); in TEST_P() local 5913 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local 5964 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local
|
D | RobustResourceInitTest.cpp | 2161 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 360 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 370 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
|
D | es3fFlushFinishTests.cpp | 241 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRenderState() local
|
D | es3fShaderBuiltinVarTests.cpp | 1000 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
|
/external/deqp/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 418 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 | 358 const GLuint posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in genMultisampleTexture() 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
|