/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 158 dst->getUniformIndices = src.getUniformIndices;
|
/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 95 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
|
D | dom.iterable.generated.d.ts | 280 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
|
/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 115 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
|
D | lib.dom.iterable.d.ts | 300 … getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null; method
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_1_autogen.cpp | 273 context->getUniformIndices(program, uniformCount, uniformNames, uniformIndices); in GetUniformIndices()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 648 getUniformIndices: function (...args) { method
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 134 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES31Direct.inl | 158 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES32Direct.inl | 183 gl->getUniformIndices = &glGetUniformIndices;
|
D | glwInitES30.inl | 134 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL31.inl | 141 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL32.inl | 153 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwFunctions.inl | 387 glGetUniformIndicesFunc getUniformIndices; variable
|
D | glwInitES31.inl | 158 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitGL33.inl | 164 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
D | glwInitES32.inl | 183 gl->getUniformIndices = (glGetUniformIndicesFunc) loader->get("glGetUniformIndices");
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 88 void getUniformIndices(GLuint program, GLsizei uniformCount, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 90 void getUniformIndices(ShaderProgramID programPacked, GLsizei uniformCount, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 692 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()
|
D | DispatchTableGL_autogen.h | 351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable
|
D | ProgramGL.cpp | 854 mFunctions->getUniformIndices(mProgramID, 1, &memberNameGLStr, &uniformIndex); in getUniformBlockMemberInfo()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 363 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()
|
D | ProgramGL.cpp | 846 mFunctions->getUniformIndices(mProgramID, 1, &memberNameGLStr, &uniformIndex); in getUniformBlockMemberInfo()
|
D | DispatchTableGL_autogen.h | 351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable
|