/external/deqp/modules/glshared/ |
glsFragOpInteractionCase.cpp | 338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break;
|
glsShaderLibraryCase.cpp | 794 case TYPE_FLOAT: gl.uniform1fv(loc, 1, &val.elements[elemNdx].float32); break; [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
static_data.py | [all...] |
/external/skia/src/gpu/gl/ |
GrGLTestInterface.h | 156 virtual GrGLvoid uniform1fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} function in class:GrGLTestInterface [all...] |
/external/skqp/src/gpu/gl/ |
GrGLTestInterface.cpp | 151 fFunctions.fUniform1fv = bind_to_member(this, &GrGLTestInterface::uniform1fv);
|
GrGLTestInterface.h | 156 virtual GrGLvoid uniform1fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} function in class:GrGLTestInterface [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl3cGPUShader5Tests.cpp | 262 gl.uniform1fv(location, 1, f_data); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.cpp | 726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) function in class:sglr::GLContext
|
sglrReferenceContext.hpp | 726 virtual void uniform1fv (deInt32 index, deInt32 count, const float*); [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitGL41.inl | 349 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv"); [all...] |
glwInitGL42.inl | [all...] |
glwInitGL43.inl | [all...] |
glwInitGL44.inl | [all...] |
glwInitGL45.inl | [all...] |
glwInitGL46.inl | [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fUniformLocationTests.cpp | 586 case glu::TYPE_FLOAT: gl.uniform1fv(gotLoc, 1, floatBuf); break; [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | [all...] |
/external/deqp/external/openglcts/modules/common/ |
glcShaderIndexingTests.cpp | 208 gl.uniform1fv(arrLoc, 4, &arr[0]); [all...] |
glcShaderLibraryCase.cpp | 139 gl.uniform1fv(loc, 1, &val.elements[elemNdx].float32); [all...] |
glcShaderStructTests.cpp | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderIndexingTests.cpp | 215 gl.uniform1fv(arrLoc, 4, &arr[0]); [all...] |
es2fShaderStructTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderIndexingTests.cpp | 186 gl.uniform1fv(arrLoc, 4, &arr[0]); [all...] |
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | [all...] |