Home
last modified time | relevance | path

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

12

/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
/external/OpenCL-CTS/test_conformance/gles/
Dtest_fence_sync.cpp130 GLuint createShaderProgram(GLint *posLoc, GLint *colLoc) in createShaderProgram()
377 GLint posLoc, colLoc; in test_fence_sync_single() local
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp146 GLuint createShaderProgram(GLint *posLoc, GLint *colLoc) in createShaderProgram()
387 GLint posLoc, colLoc; in test_fence_sync_single() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp239 const int posLoc = glGetAttribLocation(program.getProgram(), "a_position"); in iterate() local
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp245 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.cpp696 GLint posLoc = gl().getAttribLocation(program, "pos"); in drawContainer() local
/external/deqp/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp2264 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/
DMultiviewPerf.cpp358 const GLint posLoc = glGetAttribLocation(mProgram, "vPosition"); in initializeBenchmark() local
/external/angle/src/tests/gl_tests/
DClearTest.cpp612 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
DVulkanPerformanceCounterTest.cpp202 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
DSimpleOperationTest.cpp1074 GLint posLoc = glGetAttribLocation(program, "pos"); in TEST_P() local
DStateChangeTest.cpp5306 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
DRobustResourceInitTest.cpp2161 GLint posLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp360 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp370 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
Des3fFlushFinishTests.cpp241 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRenderState() local
Des3fShaderBuiltinVarTests.cpp1000 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
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp418 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.cpp358 const GLuint posLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in genMultisampleTexture() 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

12