Home | History | Annotate | Download | only in functional

Lines Matching refs:arraySize

1181 void setUniform (const glw::Functions& gl, deUint32 programID, const char* name, const tcu::VECTYPE* vec, int arraySize)	\
1184 SETUNIFORM(loc, arraySize, vec->getPtr()); \
1207 void setUniform (const glw::Functions& gl, deUint32 programID, const char* name, const float* value, int arraySize)
1210 gl.uniform1fv(loc, arraySize, value);