Searched defs:getUniformIndices (Results 1 – 14 of 14) sorted by relevance
/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
|
D | webworker.generated.d.ts | 4030 getUniformIndices(program: WebGLProgram, uniformNames: string[]): GLuint[] | null; method
|
D | dom.generated.d.ts | 17061 getUniformIndices(program: WebGLProgram, uniformNames: string[]): 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
|
D | lib.webworker.d.ts | 4050 getUniformIndices(program: WebGLProgram, uniformNames: string[]): GLuint[] | null; method
|
D | lib.dom.d.ts | 17081 getUniformIndices(program: WebGLProgram, uniformNames: string[]): GLuint[] | null; method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 648 getUniformIndices: function (...args) { method
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 387 glGetUniformIndicesFunc getUniformIndices; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 6843 void Context::getUniformIndices(GLuint program, in getUniformIndices() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 7710 void Context::getUniformIndices(ShaderProgramID program, in getUniformIndices() function in gl::Context
|