Home
last modified time | relevance | path

Searched refs:uniform3fv (Results 1 – 25 of 82) sorted by relevance

1234

/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
/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
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl126 gl->uniform3fv = &glUniform3fv;
DglwInitES30Direct.inl211 gl->uniform3fv = &glUniform3fv;
DglwInitES20.inl126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitES31Direct.inl273 gl->uniform3fv = &glUniform3fv;
DglwInitES32Direct.inl317 gl->uniform3fv = &glUniform3fv;
DglwInitES30.inl211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl273 dst->uniform3fv = src.uniform3fv;
/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.hpp177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h162 void uniform3fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h156 void uniform3fv(GLint location, GLsizei count, const GLfloat *value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp562 ASSIGN("glUniform3fvARB", uniform3fv); in initProcsDesktopGL()
1357 ASSIGN("glUniform3fv", uniform3fv); in initProcsDesktopGL()
2387 ASSIGN("glUniform3fv", uniform3fv); in initProcsGLES()
3350 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL()
4144 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL()
5173 uniform3fv = &glUniform3fvNULL; in initProcsGLESNULL()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp204 ASSIGN("glUniform3fv", uniform3fv); in initProcsDesktopGL()
1287 ASSIGN("glUniform3fvARB", uniform3fv); in initProcsDesktopGL()
2044 ASSIGN("glUniform3fv", uniform3fv); in initProcsGLES()
2998 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL()
4079 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL()
4835 uniform3fv = &glUniform3fvNULL; in initProcsGLESNULL()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp323 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp292 gl.uniform3fv(location, 1, f_data); in setUniform()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderStructTests.cpp1005 MAKE_SET_VEC_UNIFORM(Vec3, gl.uniform3fv);
/third_party/vk-gl-cts/modules/glshared/
DglsFragOpInteractionCase.cpp340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp791 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
792 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()

1234