Home
last modified time | relevance | path

Searched defs:attribLoc (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp298 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/
DGLSharedGroup.cpp91 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/
DGLSharedGroup.h73 GLint attribLoc; member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp325 GLint attribLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local
H A DStateChangeTest.cpp329 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 DSimpleOperationTest.cpp279 const GLint attribLoc = glGetAttribLocation(program, "a_input"); in TEST_P() local
H A DMemoryBarrierTest.cpp759 GLint attribLoc = glGetAttribLocation(*programOut, "attribIn"); in createVertexVerifyProgram() local
855 GLint attribLoc = glGetAttribLocation(readProgram, "attribIn"); in vertexAttribArrayBitVertexReadThenBufferWrite() local
H A DVertexAttributeTest.cpp3535 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 DglsFragOpInteractionCase.cpp340 …const int attribLoc = bindingPtr.binding.type == glu::BindingPoint::BPTYPE_NA… in setupAttributes() local
H A DglsShaderLibraryCase.cpp1333 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str()); in execute() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp418 int attribLoc = gl.getAttribLocation(programID, attribName.c_str()); in execute() local
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp676 const GLint attribLoc = gl.getAttribLocation(m_program->getProgram(), "a_attr"); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp696 const GLint attribLoc = gl.getAttribLocation(m_program->getProgram(), "a_attr"); in iterate() local