Home
last modified time | relevance | path

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

123

/external/deqp/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");
DglwInitGL31.inl220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL30.inl209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwFunctions.inl759 glUniform3fvFunc uniform3fv; variable
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl273 dst->uniform3fv = src.uniform3fv;
/external/deqp/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;
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]); in iterate()
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h162 void uniform3fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp165 fFunctions.fUniform3fv = bind_to_member(this, &GrGLTestInterface::uniform3fv); in GrGLTestInterface()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp562 ASSIGN("glUniform3fvARB", uniform3fv); in initProcsDesktopGL()
1368 ASSIGN("glUniform3fv", uniform3fv); in initProcsDesktopGL()
2398 ASSIGN("glUniform3fv", uniform3fv); in initProcsGLES()
3350 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL()
4155 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL()
5184 uniform3fv = &glUniform3fvNULL; in initProcsGLESNULL()
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp323 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
Des2fShaderStructTests.cpp1307 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
Des2fShaderIndexingTests.cpp238 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
DglsShaderRenderCase.cpp996 gl.uniform3fv(uniLoc, 1, s_vec3Uniforms[i].value.getPtr()); in setupDefaultUniforms()
/external/deqp/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp292 gl.uniform3fv(location, 1, f_data); in setUniform()
/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp1005 MAKE_SET_VEC_UNIFORM(Vec3, gl.uniform3fv);
/external/deqp/modules/gles3/functional/
Des3fShaderStructTests.cpp1311 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
Des3fShaderDerivateTests.cpp791 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
792 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()

123