Searched refs:uniform3fv (Results 1 – 25 of 65) 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 | glwInitGL31.inl | 220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL30.inl | 209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwFunctions.inl | 759 glUniform3fvFunc uniform3fv; variable
|
/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/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 162 void uniform3fv(UniformLocation locationPacked, GLsizei count, const GLfloat *value); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 165 fFunctions.fUniform3fv = bind_to_member(this, &GrGLTestInterface::uniform3fv); in GrGLTestInterface()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 562 ASSIGN("glUniform3fvARB", uniform3fv); in initProcsDesktopGL() 1368 ASSIGN("glUniform3fv", uniform3fv); in initProcsDesktopGL() 2398 ASSIGN("glUniform3fv", uniform3fv); in initProcsGLES() 3350 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL() 4155 uniform3fv = &glUniform3fvNULL; in initProcsDesktopGLNULL() 5184 uniform3fv = &glUniform3fvNULL; in initProcsGLESNULL()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 323 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
|
D | es2fShaderStructTests.cpp | 1307 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
|
D | es2fShaderIndexingTests.cpp | 238 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);
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStructTests.cpp | 1311 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
|
D | es3fShaderDerivateTests.cpp | 791 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate() 792 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()
|
123