Home
last modified time | relevance | path

Searched defs:uniformMatrix3fv (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts123uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
144uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Ddom.iterable.generated.d.ts308uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
329uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dwebworker.generated.d.ts4373uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5218uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Ddom.generated.d.ts17404uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
18249uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts143uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
164uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.dom.iterable.d.ts328uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
349uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.webworker.d.ts4393uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5238uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Dlib.dom.d.ts17424uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
18269uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js755 uniformMatrix3fv: function (...args) { method
Dwebgl.js1038 uniformMatrix3fv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp766 void GLContext::uniformMatrix3fv (deInt32 location, deInt32 count, deBool transpose, const float *v… in uniformMatrix3fv() function in sglr::GLContext
DsglrReferenceContext.cpp3901 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/
DDispatchTableGL_autogen.h206 PFNGLUNIFORMMATRIX3FVPROC uniformMatrix3fv = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h206 PFNGLUNIFORMMATRIX3FVPROC uniformMatrix3fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl784 glUniformMatrix3fvFunc uniformMatrix3fv; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6499 void Context::uniformMatrix3fv(GLint location, in uniformMatrix3fv() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7335 void Context::uniformMatrix3fv(UniformLocation location, in uniformMatrix3fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15134 uniformMatrix3fv(location: WebGLUniformLocation, transpose: boolean, value: Float32Array): void; method