Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts124uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
145uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Ddom.iterable.generated.d.ts309uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
330uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dwebworker.generated.d.ts4374uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5219uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Ddom.generated.d.ts17405uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
18250uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts144uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
165uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.dom.iterable.d.ts329uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
350uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.webworker.d.ts4394uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5239uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Dlib.dom.d.ts17425uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
18270uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js759 uniformMatrix4fv: function (...args) { method
Dwebgl.js1042 uniformMatrix4fv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp771 void GLContext::uniformMatrix4fv (deInt32 location, deInt32 count, deBool transpose, const float *v… in uniformMatrix4fv() function in sglr::GLContext
DsglrReferenceContext.cpp3939 void ReferenceContext::uniformMatrix4fv (deInt32 location, deInt32 count, deBool transpose, const f… in uniformMatrix4fv() function in sglr::ReferenceContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h207 PFNGLUNIFORMMATRIX4FVPROC uniformMatrix4fv = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h207 PFNGLUNIFORMMATRIX4FVPROC uniformMatrix4fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl790 glUniformMatrix4fvFunc uniformMatrix4fv; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6508 void Context::uniformMatrix4fv(GLint location, in uniformMatrix4fv() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7344 void Context::uniformMatrix4fv(UniformLocation location, in uniformMatrix4fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15135 uniformMatrix4fv(location: WebGLUniformLocation, transpose: boolean, value: Float32Array): void; method