Searched refs:getProgramResourceLocation (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
|
D | gluCallLogWrapper.inl | 1788 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
D | glwInitES32Direct.inl | 157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
D | glwFunctions.inl | 246 glGetProgramResourceLocationFunc getProgramResourceLocation; variable
|
D | glwInitES31.inl | 136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
|
D | glwInitES32.inl | 157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
|
D | glwInitGL43.inl | 194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwInitGL44.inl | 203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwInitGL45.inl | 243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwImpl.inl | 1932 return gl->getProgramResourceLocation(program, programInterface, name);
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 203 …fGetProgramResourceLocation = bind_to_member(this, &GrGLTestInterface::getProgramResourceLocation); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 208 …virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGL… in getProgramResourceLocation() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 246 gl->getProgramResourceLocation = glGetProgramResourceLocation;
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 999 …const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, elementResourc… in validateSingleVariable() 1016 …const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, implementationNa… in validateSingleVariable()
|