Home
last modified time | relevance | path

Searched refs:getUniformIndices (Results 1 – 25 of 49) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl158 dst->getUniformIndices = src.getUniformIndices;
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts95getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
Ddom.iterable.generated.d.ts280getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts115getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
Dlib.dom.iterable.d.ts300getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_1_autogen.cpp273 context->getUniformIndices(program, uniformCount, uniformNames, uniformIndices); in GetUniformIndices()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js648 getUniformIndices: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES30Direct.inl134 gl->getUniformIndices = &glGetUniformIndices;
DglwInitES31Direct.inl158 gl->getUniformIndices = &glGetUniformIndices;
DglwInitES32Direct.inl183 gl->getUniformIndices = &glGetUniformIndices;
DglwInitES30.inl134 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitGL31.inl141 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitGL32.inl153 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwFunctions.inl387 glGetUniformIndicesFunc getUniformIndices; variable
DglwInitES31.inl158 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitGL33.inl164 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
DglwInitES32.inl183 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h88 void getUniformIndices(GLuint program, GLsizei uniformCount, \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h90 void getUniformIndices(ShaderProgramID programPacked, GLsizei uniformCount, \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp692 ASSIGN("glGetUniformIndices", getUniformIndices); in initProcsDesktopGL()
1516 ASSIGN("glGetUniformIndices", getUniformIndices); in initProcsDesktopGL()
2467 ASSIGN("glGetUniformIndices", getUniformIndices); in initProcsGLES()
3480 getUniformIndices = &glGetUniformIndicesNULL; in initProcsDesktopGLNULL()
4303 getUniformIndices = &glGetUniformIndicesNULL; in initProcsDesktopGLNULL()
5253 getUniformIndices = &glGetUniformIndicesNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable
DProgramGL.cpp854 mFunctions->getUniformIndices(mProgramID, 1, &memberNameGLStr, &uniformIndex); in getUniformBlockMemberInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp363 ASSIGN("glGetUniformIndices", getUniformIndices); in initProcsDesktopGL()
1428 ASSIGN("glGetUniformIndices", getUniformIndices); in initProcsDesktopGL()
2124 ASSIGN("glGetUniformIndices", getUniformIndices); in initProcsGLES()
3157 getUniformIndices = &glGetUniformIndicesNULL; in initProcsDesktopGLNULL()
4220 getUniformIndices = &glGetUniformIndicesNULL; in initProcsDesktopGLNULL()
4915 getUniformIndices = &glGetUniformIndicesNULL; in initProcsGLESNULL()
DProgramGL.cpp846 mFunctions->getUniformIndices(mProgramID, 1, &memberNameGLStr, &uniformIndex); in getUniformBlockMemberInfo()
DDispatchTableGL_autogen.h351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable

12