Searched refs:getProgramResourceLocation (Results 1 - 20 of 20) sorted by relevance

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
H A DgluCallLogWrapper.inl2358 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES31Direct.inl136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
H A DglwInitES32Direct.inl157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
H A DglwFunctions.inl327 glGetProgramResourceLocationFunc getProgramResourceLocation;
H A DglwInitES31.inl136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwInitES32.inl157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwInitExtGL.inl739 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwInitGL43.inl194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwInitGL44.inl203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwInitGL45.inl243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwInitGL46.inl243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
H A DglwImpl.inl2580 return gl->getProgramResourceLocation(program, programInterface, name);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp203 fFunctions.fGetProgramResourceLocation = bind_to_member(this, &GrGLTestInterface::getProgramResourceLocation);
H A DGrGLTestInterface.h208 virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGLchar *name) { return 0; } function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp203 fFunctions.fGetProgramResourceLocation = bind_to_member(this, &GrGLTestInterface::getProgramResourceLocation);
H A DGrGLTestInterface.h208 virtual GrGLint getProgramResourceLocation(GrGLuint program, GrGLenum programInterface, const GrGLchar *name) { return 0; } function in class:GrGLTestInterface
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl327 gl->getProgramResourceLocation = glGetProgramResourceLocation;
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1001 const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, elementResourceName.c_str());
1007 << "\tError, getProgramResourceLocation (resource=\"" << elementResourceName << "\") returned location " << location
1018 const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, implementationName.c_str());
1022 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, getProgramResourceLocation returned location " << location << ", expected " << propValue << tcu::TestLog::EndMessage;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp3244 * @param use_program_query If true getProgramResourceLocation is used, otherwise getSubroutineUniformLocation
3261 location = gl.getProgramResourceLocation(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, uniform_name);

Completed in 356 milliseconds