Home
last modified time | relevance | path

Searched defs:posLocation (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawElementsTest.cpp87 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
122 GLint posLocation = glGetAttribLocation(programDrawRed, essl3_shaders::PositionAttrib()); in TEST_P() local
322 GLint posLocation = glGetAttribLocation(program, essl3_shaders::PositionAttrib()); in TEST_P() local
472 GLint posLocation = glGetAttribLocation(program, "a_pos"); in TEST_P() local
DClientArraysTest.cpp88 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
DWebGLCompatibilityTest.cpp1321 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1353 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1558 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1682 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1748 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1809 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1862 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
2293 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
2600 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
DProgramBinaryTest.cpp601 GLint posLocation = glGetAttribLocation(loadedProgram, "a_position"); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawElementsTest.cpp85 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
280 GLint posLocation = glGetAttribLocation(program, "a_pos"); in TEST_P() local
DClientArraysTest.cpp88 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
DWebGLCompatibilityTest.cpp1269 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1301 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1506 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1630 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1696 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1757 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1810 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
2075 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
2295 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fMultisampleShaderRenderCase.cpp555 …const deInt32 posLocation = gl.getAttribLocation(m_textureSamplerProgram->getProgram(), "a_positi… in drawOneIteration() local
606 …const deInt32 posLocation = gl.getAttribLocation(m_textureSamplerProgram->getProgram(), "a_pos… in drawOneIteration() local
Des31fTessellationGeometryInteractionTests.cpp279 const int posLocation = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
581 const int posLocation = gl.getAttribLocation(program.getProgram(), "a_position"); in iterate() local
1040 …const int posLocation = gl.getAttribLocation(m_feedbackProgram->getProgram(), "a_position… in renderWithFeedback() local
1136 …const int posLocation = gl.getAttribLocation(m_nonFeedbackProgram->getProgram(), "a_posit… in renderWithoutFeedback() local
Des31fDrawTests.cpp823 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position"); in renderTo() local
2320 deInt32 posLocation = gl.getAttribLocation(programID, "a_position"); in iterate() local
2496 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position"); in iterate() local
2640 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position"); in iterate() local
Des31fTextureMultisampleTests.cpp1444 const int posLocation = gl.getAttribLocation(m_drawShader->getProgram(), "a_position"); in renderToTexture() local
1527 const int posLocation = gl.getAttribLocation(m_samplerShader->getProgram(), "a_position"); in sampleTexture() local
Des31fPrimitiveBoundingBoxTests.cpp914 const glw::GLint posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); in setupRender() local
3749 const int posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); in fillSourceWithPattern() local
3954 const glw::GLint posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
4840 const glw::GLint posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
Des31fGeometryShaderTests.cpp5658 const int posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
5982 const int posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); in iterate() local
/third_party/vk-gl-cts/modules/egl/
DteglSwapBuffersTests.cpp329 deUint32 posLocation; in executeForConfig() local
DteglNativeColorMappingTests.cpp232 deUint32 posLocation; in render() local
DteglNativeCoordMappingTests.cpp242 deUint32 posLocation; in render() local
DteglGetFrameTimestampsTests.cpp591 deUint32 posLocation; in executeForConfig() local
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sDrawTests.cpp184 const deInt32 posLocation = gl.glGetAttribLocation(programID, "a_position"); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp687 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position"); in renderTo() local