/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 123 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method 144 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
|
D | dom.iterable.generated.d.ts | 308 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method 329 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
|
D | webworker.generated.d.ts | 4373 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method 5218 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
|
D | dom.generated.d.ts | 17404 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method 18249 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
|
/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 143 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method 164 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
|
D | lib.dom.iterable.d.ts | 328 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method 349 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
|
D | lib.webworker.d.ts | 4393 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method 5238 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
|
D | lib.dom.d.ts | 17424 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method 18269 …uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 755 uniformMatrix3fv: function (...args) { method
|
D | webgl.js | 1038 uniformMatrix3fv: function (...args) { method
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 766 void GLContext::uniformMatrix3fv (deInt32 location, deInt32 count, deBool transpose, const float *v… in uniformMatrix3fv() function in sglr::GLContext
|
D | sglrReferenceContext.cpp | 3901 void ReferenceContext::uniformMatrix3fv (deInt32 location, deInt32 count, deBool transpose, const f… in uniformMatrix3fv() function in sglr::ReferenceContext
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 206 PFNGLUNIFORMMATRIX3FVPROC uniformMatrix3fv = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 206 PFNGLUNIFORMMATRIX3FVPROC uniformMatrix3fv = nullptr; variable
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 784 glUniformMatrix3fvFunc uniformMatrix3fv; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 6499 void Context::uniformMatrix3fv(GLint location, in uniformMatrix3fv() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 7335 void Context::uniformMatrix3fv(UniformLocation location, in uniformMatrix3fv() function in gl::Context
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15134 uniformMatrix3fv(location: WebGLUniformLocation, transpose: boolean, value: Float32Array): void; method
|