Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts122uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
143uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Ddom.iterable.generated.d.ts307uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
328uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dwebworker.generated.d.ts4372uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5217uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Ddom.generated.d.ts17403uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
18248uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts142uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
163uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.dom.iterable.d.ts327uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
348uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.webworker.d.ts4392uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5237uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Dlib.dom.d.ts17423uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
18268uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js751 uniformMatrix2fv: function (...args) { method
Dwebgl.js1034 uniformMatrix2fv: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h205 PFNGLUNIFORMMATRIX2FVPROC uniformMatrix2fv = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h205 PFNGLUNIFORMMATRIX2FVPROC uniformMatrix2fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl778 glUniformMatrix2fvFunc uniformMatrix2fv; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6490 void Context::uniformMatrix2fv(GLint location, in uniformMatrix2fv() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7326 void Context::uniformMatrix2fv(UniformLocation location, in uniformMatrix2fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15133 uniformMatrix2fv(location: WebGLUniformLocation, transpose: boolean, value: Float32Array): void; method