/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 138 …uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 159 uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
D | lib.dom.iterable.d.ts | 323 …uniform3fv(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/ |
D | webworker.iterable.generated.d.ts | 118 …uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: GLuint, src… method 139 uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void; method
|
D | dom.iterable.generated.d.ts | 303 …uniform3fv(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/ |
D | glwInitES20Direct.inl | 126 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30Direct.inl | 211 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES20.inl | 126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitES31Direct.inl | 273 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES32Direct.inl | 317 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30.inl | 211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 273 dst->uniform3fv = src.uniform3fv;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | webgl2.js | 727 uniform3fv: function (...args) { method
|
D | webgl.js | 1008 uniform3fv: function (...args) { method
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
|
D | sglrContext.hpp | 165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 162 void uniform3fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 156 void uniform3fv(GLint location, GLsizei count, const GLfloat *value); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 562 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/ |
D | DispatchTableGL_autogen.cpp | 204 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/ |
D | es2fShaderBuiltinVarTests.cpp | 323 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 292 gl.uniform3fv(location, 1, f_data); in setUniform()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderStructTests.cpp | 1005 MAKE_SET_VEC_UNIFORM(Vec3, gl.uniform3fv);
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 791 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate() 792 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()
|