Searched refs:uniform4fv (Results 76 - 87 of 87) sorted by relevance

1234

/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1751 case TYPE_FLOAT_VEC4: gl.uniform4fv(loc, 1, s_constInVec4[inNdx].getPtr()); break;
H A Des3fShaderTextureFunctionTests.cpp950 gl.uniform4fv(gl.getUniformLocation(programID, "u_scale"), 1, m_lookupParams.scale.getPtr());
951 gl.uniform4fv(gl.getUniformLocation(programID, "u_bias"), 1, m_lookupParams.bias.getPtr());
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp104 case 4: gl.uniform4fv(location, count, data); break;
H A Des3pShaderCompilationCases.cpp1783 case UniformSpec::TYPE_VEC4: gl.uniform4fv(location, 1, floatPtr); break;
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp3877 gl.uniform4fv(color1Location, 1, m_layers[layerNdx].color1.getPtr());
3878 gl.uniform4fv(color2Location, 1, m_layers[layerNdx].color2.getPtr());
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp3590 gl.uniform4fv(test_iterator->outer_tess_levels_uniform_location, 1, /* count */
/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp1763 case UniformSpec::TYPE_VEC4: gl.uniform4fv(location, 1, floatPtr); break;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3842 void ReferenceContext::uniform4fv (deInt32 location, deInt32 count, const float* v)
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp738 result = gl.uniform4fv;
H A Dgl4cEnhancedLayoutsTests.cpp795 result = gl.uniform4fv;
/external/deqp/framework/opengl/wrapper/
H A DglwImpl.inl5988 gl->uniform4fv(location, count, value);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl5475 m_gl.uniform4fv(location, count, value);

Completed in 520 milliseconds

1234