Home
last modified time | relevance | path

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

/external/angle/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
166 GLint posLocation = glGetAttribLocation(programDrawRed, essl3_shaders::PositionAttrib()); in TEST_P() local
227 GLint posLocation = glGetAttribLocation(programDrawRed, essl3_shaders::PositionAttrib()); in TEST_P() local
435 GLint posLocation = glGetAttribLocation(program, essl3_shaders::PositionAttrib()); in TEST_P() local
596 GLint posLocation = glGetAttribLocation(programDrawRed, essl3_shaders::PositionAttrib()); in TEST_P() local
666 GLint posLocation = glGetAttribLocation(program, "a_pos"); in TEST_P() local
DClientArraysTest.cpp88 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
DShaderAlgorithmTest.cpp73 GLint posLocation = glGetAttribLocation(program.get(), "a_position"); in TEST_P() local
DDrawRangeElementsTest.cpp72 GLint posLocation = glGetAttribLocation(program, "a_pos"); in doDrawRangeElementsVariant() local
DWebGLCompatibilityTest.cpp1327 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1359 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1564 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1688 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1754 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1815 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
1868 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
2299 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
2606 GLint posLocation = glGetAttribLocation(program.get(), "a_pos"); in TEST_P() local
6153 GLint posLocation = glGetAttribLocation(program, essl3_shaders::PositionAttrib()); in TEST_P() local
DProgramBinaryTest.cpp599 GLint posLocation = glGetAttribLocation(loadedProgram, "a_position"); in TEST_P() local
/external/deqp/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
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/
DVideoDecoderGLSurfaceView.java174 int posLocation = program.getAttributeArrayLocationAndEnable("in_pos"); in onSurfaceCreated() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/
DVideoDecoderGLSurfaceView.java169 int posLocation = program.getAttributeArrayLocationAndEnable("in_pos"); in onSurfaceCreated() local
/external/deqp/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
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp184 const deInt32 posLocation = gl.glGetAttribLocation(programID, "a_position"); in iterate() local
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp687 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position"); in renderTo() local