Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts133uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
154uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Ddom.iterable.generated.d.ts299uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
320uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dwebworker.generated.d.ts4504uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5351uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Ddom.generated.d.ts15750uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
16598uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts153uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
174uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.dom.iterable.d.ts319uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
340uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.webworker.d.ts4524uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5371uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Dlib.dom.d.ts15770uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
16618uniformMatrix4fv(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/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/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