Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts120uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
141 uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Ddom.iterable.generated.d.ts305uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
326 uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dwebworker.generated.d.ts4370uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
5215 uniform4fv(location: WebGLUniformLocation | null, v: Float32List): void; method
Ddom.generated.d.ts17401uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
18246 uniform4fv(location: WebGLUniformLocation | null, v: Float32List): void; method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts140uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
161 uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.dom.iterable.d.ts325uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
346 uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.webworker.d.ts4390uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
5235 uniform4fv(location: WebGLUniformLocation | null, v: Float32List): void; method
Dlib.dom.d.ts17421uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
18266 uniform4fv(location: WebGLUniformLocation | null, v: Float32List): void; method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js731 uniform4fv: function (...args) { method
Dwebgl.js1013 uniform4fv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp741 void GLContext::uniform4fv (deInt32 location, deInt32 count, const float* value) in uniform4fv() function in sglr::GLContext
DsglrReferenceContext.cpp3879 void ReferenceContext::uniform4fv (deInt32 location, deInt32 count, const float* v) in uniform4fv() function in sglr::ReferenceContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h202 PFNGLUNIFORM4FVPROC uniform4fv = nullptr; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h202 PFNGLUNIFORM4FVPROC uniform4fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl767 glUniform4fvFunc uniform4fv; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6471 void Context::uniform4fv(GLint location, GLsizei count, const GLfloat *v) in uniform4fv() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7307 void Context::uniform4fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform4fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15130 uniform4fv(location: WebGLUniformLocation, v: Float32Array): void; method