Searched defs:attribLoc (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustBufferAccessBehaviorTest.cpp | 288 GLint attribLoc = glGetAttribLocation(program, essl1_shaders::PositionAttrib()); in TEST_P() local
|
D | StateChangeTest.cpp | 321 GLint attribLoc = glGetAttribLocation(program, "testAttrib"); in TEST_P() local 376 GLint attribLoc = glGetAttribLocation(program, "testAttrib"); in TEST_P() local 456 GLint attribLoc = glGetAttribLocation(program1, "testAttrib"); in TEST_P() local 1244 GLint attribLoc = glGetAttribLocation(program, "valueIn"); in TEST_P() local
|
D | SimpleOperationTest.cpp | 258 const GLint attribLoc = glGetAttribLocation(program, "a_input"); in TEST_P() local
|
D | VertexAttributeTest.cpp | 2897 GLint attribLoc = 3; in TEST_P() local 2950 GLint attribLoc = glGetAttribLocation(program, "actualValue"); in TEST_P() local
|
D | MemoryBarrierTest.cpp | 744 GLint attribLoc = glGetAttribLocation(*programOut, "attribIn"); in createVertexVerifyProgram() local 840 GLint attribLoc = glGetAttribLocation(readProgram, "attribIn"); in vertexAttribArrayBitVertexReadThenBufferWrite() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 316 …const int attribLoc = bindingPtr.binding.type == glu::BindingPoint::BPTYPE_NAME ? ctx.getAttr… in setupAttributes() local
|
D | glsShaderLibraryCase.cpp | 1228 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str()); in execute() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.cpp | 418 int attribLoc = gl.getAttribLocation(programID, attribName.c_str()); in execute() local
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 642 const GLint attribLoc = gl.getAttribLocation(m_program->getProgram(), "a_attr"); in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 654 const GLint attribLoc = gl.getAttribLocation(m_program->getProgram(), "a_attr"); in iterate() local
|