/third_party/vk-gl-cts/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 92 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()
|
D | gluProgramInterfaceQuery.cpp | 41 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()
|
D | gluES3PlusWrapperFuncs.inl | 137 dst->getProgramResourceName = src.getProgramResourceName;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 40 void getProgramResourceName(GLuint program, GLenum programInterface, GLuint index, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 42 void getProgramResourceName(ShaderProgramID programPacked, GLenum programInterface, \
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 137 gl->getProgramResourceName = &glGetProgramResourceName;
|
D | glwInitES32Direct.inl | 158 gl->getProgramResourceName = &glGetProgramResourceName;
|
D | glwFunctions.inl | 330 glGetProgramResourceNameFunc getProgramResourceName; variable
|
D | glwInitES31.inl | 137 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResource…
|
D | glwInitES32.inl | 158 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResource…
|
D | glwInitGL44.inl | 205 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
D | glwInitGL43.inl | 196 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
D | glwInitGL45.inl | 245 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
D | glwInitGL46.inl | 245 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 423 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()
|
D | DispatchTableGL_autogen.h | 581 PFNGLGETPROGRAMRESOURCENAMEPROC getProgramResourceName = nullptr; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 605 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()
|
D | DispatchTableGL_autogen.h | 581 PFNGLGETPROGRAMRESOURCENAMEPROC getProgramResourceName = nullptr; variable
|
D | ProgramGL.cpp | 1076 mFunctions->getProgramResourceName(mProgramID, GL_FRAGMENT_INPUT_NV, i, maxNameLength, in postLink()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 594 context->getProgramResourceName(program, programInterface, index, bufSize, length, in GetProgramResourceName()
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 330 gl->getProgramResourceName = glGetProgramResourceName;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1401 …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()
|
D | es31fProgramInterfaceQueryTests.cpp | 1020 …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/ |
D | entry_points_gles_3_1_autogen.cpp | 509 context->getProgramResourceName(program, programInterface, index, bufSize, length, in GetProgramResourceName()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 636 context->getProgramResourceName(programPacked, programInterface, index, bufSize, length, in GL_GetProgramResourceName()
|