Home
last modified time | relevance | path

Searched refs:uniform1iv (Results 1 – 25 of 53) sorted by relevance

123

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp225 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]); in iterate()
261 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]); in iterate()
Des31fUniformLocationTests.cpp591 case glu::TYPE_INT: gl.uniform1iv(gotLoc, 1, intBuf); break; in render()
601 case glu::TYPE_BOOL: gl.uniform1iv(gotLoc, 1, intBuf); break; in render()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl120 gl->uniform1iv = &glUniform1iv;
DglwInitES30Direct.inl201 gl->uniform1iv = &glUniform1iv;
DglwInitES20.inl120 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitES31Direct.inl263 gl->uniform1iv = &glUniform1iv;
DglwInitES32Direct.inl307 gl->uniform1iv = &glUniform1iv;
DglwInitES30.inl201 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitGL30.inl199 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitGL31.inl210 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitES31.inl263 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwInitGL32.inl228 gl->uniform1iv = (glUniform1ivFunc) loader->get("glUniform1iv");
DglwFunctions.inl745 glUniform1ivFunc uniform1iv; variable
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl263 dst->uniform1iv = src.uniform1iv;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp179 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
DsglrContext.hpp167 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*) = DE_NULL;
DsglrGLContext.cpp746 void GLContext::uniform1iv (deInt32 location, deInt32 count, const deInt32* value) in uniform1iv() function in sglr::GLContext
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp160 gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
172 gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); in setUniformValue()
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h156 void uniform1iv(UniformLocation locationPacked, GLsizei count, const GLint *value); \
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp158 fFunctions.fUniform1iv = bind_to_member(this, &GrGLTestInterface::uniform1iv); in GrGLTestInterface()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp198 ASSIGN("glUniform1iv", uniform1iv); in initProcsDesktopGL()
1281 ASSIGN("glUniform1ivARB", uniform1iv); in initProcsDesktopGL()
2038 ASSIGN("glUniform1iv", uniform1iv); in initProcsGLES()
2966 uniform1iv = &glUniform1ivNULL; in initProcsDesktopGLNULL()
4047 uniform1iv = &glUniform1ivNULL; in initProcsDesktopGLNULL()
4803 uniform1iv = &glUniform1ivNULL; in initProcsGLESNULL()
DProgramGL.cpp546 mFunctions->uniform1iv(uniLoc(location), count, v); in setUniform1iv()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp805 case TYPE_INT: gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
809 case TYPE_BOOL: gl.uniform1iv(loc, 1, &val.elements[elemNdx].int32); break; in setUniformValue()
DglsFragOpInteractionCase.cpp352 case 1: ctx.uniform1iv(location, 1, (int*)value.value().getValuePtr()); break; in setUniformValue()
/external/deqp/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp265 gl.uniform1iv(location, 1, i_data); in setUniform()

123