Home
last modified time | relevance | path

Searched refs:getUnpackParameters (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp391 …el, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3D()
439 …ffset, yoffset, zoffset, width, height, depth, format, type, context->getUnpackParameters(), data); in TexSubImage3D()
3666 …e(level, width, height, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage2D()
3691 …, level, width, height, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage2D()
3741 …, width, height, depth, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage3D()
3764 …, width, height, depth, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage3D()
DlibGLESv2.cpp4634 …age(level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage2D()
4645 …et, level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage2D()
4964 …bImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackParameters(), data); in TexSubImage2D()
4982 …arget, level, xoffset, yoffset, width, height, format, type, context->getUnpackParameters(), data); in TexSubImage2D()
5799 …el, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3DOES()
5846 …ffset, yoffset, zoffset, width, height, depth, format, type, context->getUnpackParameters(), data); in TexSubImage3DOES()
DContext.h537 const gl::PixelStorageModes &getUnpackParameters() const;
DContext.cpp865 const gl::PixelStorageModes &Context::getUnpackParameters() const in getUnpackParameters() function in es2::Context