Searched refs:uniform3fv (Results 1 – 25 of 59) sorted by relevance
123
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 126 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30Direct.inl | 211 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES20.inl | 126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitES31Direct.inl | 273 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES32Direct.inl | 317 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30.inl | 211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL30.inl | 209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL31.inl | 220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitES31.inl | 273 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL32.inl | 238 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 273 dst->uniform3fv = src.uniform3fv;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
|
D | sglrContext.hpp | 165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]); in iterate()
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 164 fFunctions.fUniform3fv = bind_to_member(this, &GrGLTestInterface::uniform3fv); in GrGLTestInterface()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 165 fFunctions.fUniform3fv = bind_to_member(this, &GrGLTestInterface::uniform3fv); in GrGLTestInterface()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 322 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
|
D | es2fShaderIndexingTests.cpp | 233 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
D | glsShaderRenderCase.cpp | 996 gl.uniform3fv(uniLoc, 1, s_vec3Uniforms[i].value.getPtr()); in setupDefaultUniforms()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 292 gl.uniform3fv(location, 1, f_data); in setUniform()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderStructTests.cpp | 1005 MAKE_SET_VEC_UNIFORM(Vec3, gl.uniform3fv);
|
D | glcShaderRenderCase.cpp | 1071 gl.uniform3fv(uniLoc, 1, s_vec3Uniforms[i].value.getPtr()); in setupDefaultUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 776 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate() 777 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()
|
D | es3fShaderStructTests.cpp | 1311 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
|
123