Searched refs:uniform3fv (Results 26 - 50 of 59) sorted by relevance

123

/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp1190 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
H A Des2fShaderMatrixTests.cpp1066 case TYPE_FLOAT_VEC3: gl.uniform3fv(loc, 1, s_constInVec3[inNdx].getPtr()); break;
/external/deqp/modules/gles3/functional/
H A Des3fShaderIndexingTests.cpp204 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
H A Des3fShaderStructTests.cpp1197 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
H A Des3fShaderBuiltinVarTests.cpp341 gl.uniform3fv(scaleLoc, 1, scale.getPtr());
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break;
H A DglsShaderRenderCase.cpp996 gl.uniform3fv(uniLoc, 1, s_vec3Uniforms[i].value.getPtr());
H A DglsShaderLibraryCase.cpp796 case TYPE_FLOAT_VEC3: gl.uniform3fv(loc, 1, &val.elements[elemNdx].float32); break;
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp159 fFunctions.fUniform3fv = bind_to_member(this, &GrGLTestInterface::uniform3fv);
H A DGrGLTestInterface.h164 virtual GrGLvoid uniform3fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} function in class:GrGLTestInterface
/external/deqp/framework/opengl/wrapper/
H A DglwInitGL40.inl291 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL41.inl365 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL42.inl377 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL43.inl416 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL44.inl425 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL45.inl526 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL46.inl530 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
/external/deqp/external/openglcts/modules/common/
H A DglcShaderIndexingTests.cpp226 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp736 void GLContext::uniform3fv (deInt32 location, deInt32 count, const float* value) function in class:sglr::GLContext
H A DsglrReferenceContext.hpp728 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp588 case glu::TYPE_FLOAT_VEC3: gl.uniform3fv(gotLoc, 1, floatBuf); break;
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h164 virtual GrGLvoid uniform3fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} function in class:GrGLTestInterface
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl745 gl->uniform3fv = glUniform3fv;
/external/deqp/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1380 gl.uniform3fv(location[8], arraySize, value);
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp103 case 3: gl.uniform3fv(location, count, data); break;

Completed in 657 milliseconds

123