Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts138uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
159 uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.dom.iterable.d.ts323uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
344 uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.webworker.d.ts4388uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
5233 uniform3fv(location: WebGLUniformLocation | null, v: Float32List): void; method
Dlib.dom.d.ts17419uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
18264 uniform3fv(location: WebGLUniformLocation | null, v: Float32List): void; method
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts118uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
139 uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Ddom.iterable.generated.d.ts303uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
324 uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dwebworker.generated.d.ts4368uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
5213 uniform3fv(location: WebGLUniformLocation | null, v: Float32List): void; method
Ddom.generated.d.ts17399uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
18244 uniform3fv(location: WebGLUniformLocation | null, v: Float32List): void; method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js727 uniform3fv: function (...args) { method
Dwebgl.js1008 uniform3fv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp736 void GLContext::uniform3fv (deInt32 location, deInt32 count, const float* value) in uniform3fv() function in sglr::GLContext
DsglrReferenceContext.cpp3874 void ReferenceContext::uniform3fv (deInt32 location, deInt32 count, const float* v) in uniform3fv() function in sglr::ReferenceContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h198 PFNGLUNIFORM3FVPROC uniform3fv = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h198 PFNGLUNIFORM3FVPROC uniform3fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl759 glUniform3fvFunc uniform3fv; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6445 void Context::uniform3fv(GLint location, GLsizei count, const GLfloat *v) in uniform3fv() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7281 void Context::uniform3fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform3fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15126 uniform3fv(location: WebGLUniformLocation, v: Float32Array): void; method