Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
DgluCallLogWrapper.inl2365 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_1_autogen.h40 GLint getProgramResourceLocation(ShaderProgramID programPacked, GLenum programInterface, \
DContext.cpp2722 GLint Context::getProgramResourceLocation(ShaderProgramID program, in getProgramResourceLocation() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES31Direct.inl136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
DglwInitES32Direct.inl157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
DglwInitES31.inl136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
DglwFunctions.inl328 glGetProgramResourceLocationFunc getProgramResourceLocation; variable
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…
DglwInitGL46.inl243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
DglwInitExtGL.inl750 …gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRes…
DglwImpl.inl2588 return gl->getProgramResourceLocation(program, programInterface, name);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp421 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsDesktopGL()
1756 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsDesktopGL()
2540 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsGLES()
3209 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsDesktopGLNULL()
4543 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsDesktopGLNULL()
5326 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h579 PFNGLGETPROGRAMRESOURCELOCATIONPROC getProgramResourceLocation = nullptr; variable
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl328 gl->getProgramResourceLocation = glGetProgramResourceLocation;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1002 …const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, elementResourc… in validateSingleVariable()
1019 …const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, implementationNa… in validateSingleVariable()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp593 context->getProgramResourceLocation(programPacked, programInterface, name); in GL_GetProgramResourceLocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp1337 context->getProgramResourceLocation( in ReplayCall()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp3259 location = gl.getProgramResourceLocation(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, uniform_name); in getSubroutineUniformLocation()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp4896 context->getProgramResourceLocation(programPacked, programInterface, name); in GL_GetProgramResourceLocation()