Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts152uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
173uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.dom.iterable.d.ts318uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
339uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.webworker.d.ts4523uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5370uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Dlib.dom.d.ts15769uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
16617uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts132uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
153uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Ddom.iterable.generated.d.ts298uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
319uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dwebworker.generated.d.ts4503uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5350uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Ddom.generated.d.ts15749uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
16597uniformMatrix3fv(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/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/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