Home
last modified time | relevance | path

Searched refs:getProgramResourceLocation (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
DgluCallLogWrapper.inl1788 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
DglwInitES32Direct.inl157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
DglwFunctions.inl246 glGetProgramResourceLocationFunc getProgramResourceLocation; variable
DglwInitES31.inl136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
DglwInitES32.inl157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
DglwInitGL43.inl194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
DglwInitGL44.inl203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
DglwInitGL45.inl243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
DglwImpl.inl1932 return gl->getProgramResourceLocation(program, programInterface, name);
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp203 …fGetProgramResourceLocation = bind_to_member(this, &GrGLTestInterface::getProgramResourceLocation); in GrGLTestInterface()
DGrGLTestInterface.h208 …virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGL… in getProgramResourceLocation() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl246 gl->getProgramResourceLocation = glGetProgramResourceLocation;
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp999 …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()