Searched refs:uniform2fv (Results 1 – 25 of 69) sorted by relevance
123
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 122 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES30Direct.inl | 205 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES20.inl | 122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitES31Direct.inl | 267 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES32Direct.inl | 311 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES30.inl | 205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitGL31.inl | 214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitGL30.inl | 203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 267 dst->uniform2fv = src.uniform2fv;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderStructTests.cpp | 1004 MAKE_SET_VEC_UNIFORM(Vec2, gl.uniform2fv); 1006 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStructTests.cpp | 1310 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv); 1312 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
|
D | es3fShaderDerivateTests.cpp | 786 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate() 787 gl.uniform2fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
|
D | sglrContext.hpp | 164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPrimitiveCoverage.cpp | 598 gl.uniform2fv(innerLevelUniformLocation, 1 /* count */, inner_levels); in drawPatch()
|
D | esextcTessellationShaderVertexOrdering.cpp | 428 gl.uniform2fv(inner_tess_level_uniform_location, 1 /* count */, test_iteration.inner_tess_levels); in initTestIteration()
|
D | esextcTessellationShaderUtils.cpp | 1288 m_gl.uniform2fv(inner_tess_level_uniform_location, 1, /* count */ in initTessellationVertexCounterProgram()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStructTests.cpp | 1306 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv); 1308 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]); in iterate()
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 158 void uniform2fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 161 fFunctions.fUniform2fv = bind_to_member(this, &GrGLTestInterface::uniform2fv); in GrGLTestInterface()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 558 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/ |
D | glsFragOpInteractionCase.cpp | 339 case 2: ctx.uniform2fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
D | glsShaderRenderCase.cpp | 978 gl.uniform2fv(uniLoc, 1, s_vec2Uniforms[i].value.getPtr()); in setupDefaultUniforms()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 289 gl.uniform2fv(location, 1, f_data); in setUniform()
|
123