Home
last modified time | relevance | path

Searched refs:getProgramResourceName (Results 1 – 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
DgluProgramInterfaceQuery.hpp92 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInte…
93 std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 progr…
108 inline std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 pro… in getProgramResourceName() function
111 getProgramResourceName(gl, program, programInterface, index, name); in getProgramResourceName()
DgluProgramInterfaceQuery.cpp41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() function
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]); in getProgramResourceName()
83 getProgramResourceName(gl, program, programInterface, index, info.name); in getProgramInterfaceBlockInfo()
107 getProgramResourceName(gl, program, programInterface, index, info.name); in getProgramInterfaceVariableInfo()
DgluES3PlusWrapperFuncs.inl137 dst->getProgramResourceName = src.getProgramResourceName;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_1_autogen.h40 void getProgramResourceName(GLuint program, GLenum programInterface, GLuint index, \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_1_autogen.h42 void getProgramResourceName(ShaderProgramID programPacked, GLenum programInterface, \
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES31Direct.inl137 gl->getProgramResourceName = &glGetProgramResourceName;
DglwInitES32Direct.inl158 gl->getProgramResourceName = &glGetProgramResourceName;
DglwFunctions.inl330 glGetProgramResourceNameFunc getProgramResourceName; variable
DglwInitES31.inl137 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResource…
DglwInitES32.inl158 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResource…
DglwInitGL44.inl205 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
DglwInitGL43.inl196 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
DglwInitGL45.inl245 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
DglwInitGL46.inl245 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp423 ASSIGN("glGetProgramResourceName", getProgramResourceName); in initProcsDesktopGL()
1758 ASSIGN("glGetProgramResourceName", getProgramResourceName); in initProcsDesktopGL()
2541 ASSIGN("glGetProgramResourceName", getProgramResourceName); in initProcsGLES()
3211 getProgramResourceName = &glGetProgramResourceNameNULL; in initProcsDesktopGLNULL()
4545 getProgramResourceName = &glGetProgramResourceNameNULL; in initProcsDesktopGLNULL()
5327 getProgramResourceName = &glGetProgramResourceNameNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h581 PFNGLGETPROGRAMRESOURCENAMEPROC getProgramResourceName = nullptr; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp605 ASSIGN("glGetProgramResourceName", getProgramResourceName); in initProcsDesktopGL()
1148 ASSIGN("glGetProgramResourceName", getProgramResourceName); in initProcsDesktopGL()
2198 ASSIGN("glGetProgramResourceName", getProgramResourceName); in initProcsGLES()
3399 getProgramResourceName = &glGetProgramResourceNameNULL; in initProcsDesktopGLNULL()
3940 getProgramResourceName = &glGetProgramResourceNameNULL; in initProcsDesktopGLNULL()
4989 getProgramResourceName = &glGetProgramResourceNameNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h581 PFNGLGETPROGRAMRESOURCENAMEPROC getProgramResourceName = nullptr; variable
DProgramGL.cpp1076 mFunctions->getProgramResourceName(mProgramID, GL_FRAGMENT_INPUT_NV, i, maxNameLength, in postLink()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_3_autogen.cpp594 context->getProgramResourceName(program, programInterface, index, bufSize, length, in GetProgramResourceName()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl330 gl->getProgramResourceName = glGetProgramResourceName;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1401 …gl.getProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name… in getGLBufferLayout()
1464 …gl.getProgramResourceName(program, GL_BUFFER_VARIABLE, (deUint32)bufVarNdx, (glw::GLsizei)name.siz… in getGLBufferLayout()
Des31fProgramInterfaceQueryTests.cpp1020 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList()
1524 …gl.getProgramResourceName(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].querySiz… in iterate()
1940 …gl.getProgramResourceName(program.getProgram(), programMemberInterfaceValue, activeVariableIndices… in iterate()
2479 …gl.getProgramResourceName(program.getProgram(), GL_UNIFORM, activeVariables[ndx], (int)nameBuf.siz… in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp509 context->getProgramResourceName(program, programInterface, index, bufSize, length, in GetProgramResourceName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp636 context->getProgramResourceName(programPacked, programInterface, index, bufSize, length, in GL_GetProgramResourceName()

12