Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts114uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
135 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Ddom.iterable.generated.d.ts299uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
320 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dwebworker.generated.d.ts4364uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
5209 uniform1fv(location: WebGLUniformLocation | null, v: Float32List): void; method
Ddom.generated.d.ts17395uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
18240 uniform1fv(location: WebGLUniformLocation | null, v: Float32List): void; method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts134uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
155 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.dom.iterable.d.ts319uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method
340 uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
Dlib.webworker.d.ts4384uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
5229 uniform1fv(location: WebGLUniformLocation | null, v: Float32List): void; method
Dlib.dom.d.ts17415uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… method
18260 uniform1fv(location: WebGLUniformLocation | null, v: Float32List): void; method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js719 uniform1fv: function (...args) { method
Dwebgl.js1000 uniform1fv: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) in uniform1fv() function in sglr::GLContext
DsglrReferenceContext.cpp3866 void ReferenceContext::uniform1fv (deInt32 location, deInt32 count, const float* v) in uniform1fv() function in sglr::ReferenceContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h190 PFNGLUNIFORM1FVPROC uniform1fv = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h190 PFNGLUNIFORM1FVPROC uniform1fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl747 glUniform1fvFunc uniform1fv; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6385 void Context::uniform1fv(GLint location, GLsizei count, const GLfloat *v) in uniform1fv() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7216 void Context::uniform1fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform1fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15118 uniform1fv(location: WebGLUniformLocation, v: Float32Array): void; method