/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 298 const std::pair<std::string, GLuint>& attribLoc) { in onSave() 814 for (const auto &attribLoc : boundAttribLocs) { in setLinkStatus() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 91 GLuint index, GLint attribLoc, GLint size, GLenum type) { in setAttribInfo() 580 GLuint program, GLuint index, GLint attribLoc, in setProgramAttribInfo()
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLSharedGroup.h | 73 GLint attribLoc; member
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | RobustBufferAccessBehaviorTest.cpp | 325 GLint attribLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local
|
H A D | StateChangeTest.cpp | 329 GLint attribLoc = glGetAttribLocation(program, "testAttrib"); in TEST_P() local 384 GLint attribLoc = glGetAttribLocation(program, "testAttrib"); in TEST_P() local 464 GLint attribLoc = glGetAttribLocation(program1, "testAttrib"); in TEST_P() local 1242 GLint attribLoc = glGetAttribLocation(program, "valueIn"); in TEST_P() local
|
H A D | SimpleOperationTest.cpp | 279 const GLint attribLoc = glGetAttribLocation(program, "a_input"); in TEST_P() local
|
H A D | MemoryBarrierTest.cpp | 759 GLint attribLoc = glGetAttribLocation(*programOut, "attribIn"); in createVertexVerifyProgram() local 855 GLint attribLoc = glGetAttribLocation(readProgram, "attribIn"); in vertexAttribArrayBitVertexReadThenBufferWrite() local
|
H A D | VertexAttributeTest.cpp | 3535 GLint attribLoc = 3; in TEST_P() local 3588 GLint attribLoc = glGetAttribLocation(program, "actualValue"); in TEST_P() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 340 …const int attribLoc = bindingPtr.binding.type == glu::BindingPoint::BPTYPE_NA… in setupAttributes() local
|
H A D | glsShaderLibraryCase.cpp | 1333 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str()); in execute() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 418 int attribLoc = gl.getAttribLocation(programID, attribName.c_str()); in execute() local
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sSpecialFloatTests.cpp | 676 const GLint attribLoc = gl.getAttribLocation(m_program->getProgram(), "a_attr"); in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles3/stress/ |
H A D | es3sSpecialFloatTests.cpp | 696 const GLint attribLoc = gl.getAttribLocation(m_program->getProgram(), "a_attr"); in iterate() local
|