Home
last modified time | relevance | path

Searched refs:uniform1fv (Results 1 – 25 of 55) sorted by relevance

123

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl118 gl->uniform1fv = &glUniform1fv;
DglwInitES30Direct.inl199 gl->uniform1fv = &glUniform1fv;
DglwInitES20.inl118 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitES31Direct.inl261 gl->uniform1fv = &glUniform1fv;
DglwInitES32Direct.inl305 gl->uniform1fv = &glUniform1fv;
DglwInitES30.inl199 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL30.inl197 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL31.inl208 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitES31.inl261 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL32.inl226 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwFunctions.inl743 glUniform1fvFunc uniform1fv; variable
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl261 dst->uniform1fv = src.uniform1fv;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp821 ctx.uniform1fv(ctx.getUniformLocation(program, "u_minGradient"), 1, &gradientMin); in setUniforms()
822 ctx.uniform1fv(ctx.getUniformLocation(program, "u_maxGradient"), 1, &gradientMax); in setUniforms()
Des3fShaderStructTests.cpp1331 gl.uniform1fv(loc, arraySize, value); in setUniform()
Des3fShaderIndexingTests.cpp186 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp156 fFunctions.fUniform1fv = bind_to_member(this, &GrGLTestInterface::uniform1fv); in GrGLTestInterface()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp157 fFunctions.fUniform1fv = bind_to_member(this, &GrGLTestInterface::uniform1fv); in GrGLTestInterface()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
/external/deqp/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp262 gl.uniform1fv(location, 1, f_data); in setUniform()
/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp1025 gl.uniform1fv(loc, arraySize, value); in setUniform()
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp215 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms()
Des2fShaderStructTests.cpp1327 gl.uniform1fv(loc, arraySize, value); in setUniform()

123