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()  local135 	deInt32			coordLoc	= ctx.getAttribLocation(program, "a_coord");  in drawQuadWithClientPointers()  local
 
 | 
| /external/deqp/modules/egl/ | 
| D | teglImageFormatTests.cpp | 521 	GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord");  in invokeGLES()  local628 	GLuint coordLoc = gl.getAttribLocation(glProgram, "pos_in");  in invokeGLES()  local
 733 	GLuint coordLoc = gl.getAttribLocation(glProgram0, "a_coord");  in invokeGLES()  local
 880 	GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord");  in invokeGLES()  local
 990 	GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord");  in invokeGLES()  local
 1078 	GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord");  in invokeGLES()  local
 1168 	GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord");  in invokeGLES()  local
 1292 	GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord");  in invokeGLES()  local
 
 | 
| /external/deqp/modules/glshared/ | 
| D | glsMemoryStressCase.cpp | 215 	deUint32 coordLoc = -1;  in render()  local384 	deUint32 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord");  in render()  local
 
 | 
| /external/deqp/modules/gles2/functional/ | 
| D | es2fReadPixelsTests.cpp | 111 		GLuint coordLoc;  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/gles2/accuracy/ | 
| D | es2aVaryingInterpolationTests.cpp | 240 		const int	coordLoc	= glGetAttribLocation(program.getProgram(), "a_coords");  in iterate()  local
 | 
| /external/deqp/modules/gles3/accuracy/ | 
| D | es3aVaryingInterpolationTests.cpp | 246 		const int	coordLoc	= glGetAttribLocation(program.getProgram(), "a_coords");  in iterate()  local
 | 
| /external/angle/src/tests/gl_tests/ | 
| D | SimpleOperationTest.cpp | 1115     GLint coordLoc = glGetAttribLocation(program, "coord");  in TEST_P()  local
 | 
| D | FramebufferFetchTest.cpp | 762     void render(GLuint coordLoc, GLboolean needsFramebufferFetchBarrier)  in render()
 |