Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts131uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
152uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Ddom.iterable.generated.d.ts297uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
318uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dwebworker.generated.d.ts4502uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5349uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Ddom.generated.d.ts15748uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
16596uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts151uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
172uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.dom.iterable.d.ts317uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLflo… method
338uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfl… method
Dlib.webworker.d.ts4522uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
5369uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Float32List):… method
Dlib.dom.d.ts15768uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, s… method
16616uniformMatrix2fv(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/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/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