Home
last modified time | relevance | path

Searched refs:uniform2fv (Results 1 – 25 of 69) sorted by relevance

123

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl122 gl->uniform2fv = &glUniform2fv;
DglwInitES30Direct.inl205 gl->uniform2fv = &glUniform2fv;
DglwInitES20.inl122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitES31Direct.inl267 gl->uniform2fv = &glUniform2fv;
DglwInitES32Direct.inl311 gl->uniform2fv = &glUniform2fv;
DglwInitES30.inl205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitGL31.inl214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitGL30.inl203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl267 dst->uniform2fv = src.uniform2fv;
/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp1004 MAKE_SET_VEC_UNIFORM(Vec2, gl.uniform2fv);
1006 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/external/deqp/modules/gles3/functional/
Des3fShaderStructTests.cpp1310 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1312 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
Des3fShaderDerivateTests.cpp786 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
787 gl.uniform2fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderPrimitiveCoverage.cpp598 gl.uniform2fv(innerLevelUniformLocation, 1 /* count */, inner_levels); in drawPatch()
DesextcTessellationShaderVertexOrdering.cpp428 gl.uniform2fv(inner_tess_level_uniform_location, 1 /* count */, test_iteration.inner_tess_levels); in initTestIteration()
DesextcTessellationShaderUtils.cpp1288 m_gl.uniform2fv(inner_tess_level_uniform_location, 1, /* count */ in initTessellationVertexCounterProgram()
/external/deqp/modules/gles2/functional/
Des2fShaderStructTests.cpp1306 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1308 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]); in iterate()
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h158 void uniform2fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp161 fFunctions.fUniform2fv = bind_to_member(this, &GrGLTestInterface::uniform2fv); in GrGLTestInterface()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp558 ASSIGN("glUniform2fvARB", uniform2fv); in initProcsDesktopGL()
1364 ASSIGN("glUniform2fv", uniform2fv); in initProcsDesktopGL()
2394 ASSIGN("glUniform2fv", uniform2fv); in initProcsGLES()
3346 uniform2fv = &glUniform2fvNULL; in initProcsDesktopGLNULL()
4151 uniform2fv = &glUniform2fvNULL; in initProcsDesktopGLNULL()
5180 uniform2fv = &glUniform2fvNULL; in initProcsGLESNULL()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp339 case 2: ctx.uniform2fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
DglsShaderRenderCase.cpp978 gl.uniform2fv(uniLoc, 1, s_vec2Uniforms[i].value.getPtr()); in setupDefaultUniforms()
/external/deqp/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp289 gl.uniform2fv(location, 1, f_data); in setUniform()

123