Searched defs:coordLoc (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 65 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithVaoBuffers() local 135 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord"); in drawQuadWithClientPointers() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 485 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 592 GLuint coordLoc = gl.getAttribLocation(glProgram, "pos_in"); in invokeGLES() local 669 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 779 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 867 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 957 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local 1081 GLuint coordLoc = gl.getAttribLocation(glProgram, "a_coord"); in invokeGLES() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 111 GLuint coordLoc; in render() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsMemoryStressCase.cpp | 215 deUint32 coordLoc = -1; in render() local 384 deUint32 coordLoc = glGetAttribLocation(m_program->getProgram(), "a_coord"); in render() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 164 GLuint coordLoc; in render() local
|
D | es3fPixelBufferObjectTests.cpp | 303 GLuint coordLoc = (GLuint)-1; in renderTriangle() local
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 240 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 246 const int coordLoc = glGetAttribLocation(program.getProgram(), "a_coords"); in iterate() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SimpleOperationTest.cpp | 949 GLint coordLoc = glGetAttribLocation(program, "coord"); in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SimpleOperationTest.cpp | 1074 GLint coordLoc = glGetAttribLocation(program, "coord"); in TEST_P() local
|
D | FramebufferFetchTest.cpp | 328 void render(GLuint coordLoc, GLboolean needsFramebufferFetchBarrier) in render()
|