Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp393 …el, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3D()
441 …ffset, yoffset, zoffset, width, height, depth, format, type, context->getUnpackParameters(), data); in TexSubImage3D()
3668 …e(level, width, height, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage2D()
3693 …, level, width, height, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage2D()
3743 …, width, height, depth, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage3D()
3766 …, width, height, depth, internalformat, GL_NONE, GL_NONE, context->getUnpackParameters(), nullptr); in TexStorage3D()
DlibGLESv2.cpp4613 …age(level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage2D()
4624 …et, level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage2D()
4929 …bImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackParameters(), data); in TexSubImage2D()
4947 …arget, level, xoffset, yoffset, width, height, format, type, context->getUnpackParameters(), data); in TexSubImage2D()
5764 …el, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3DOES()
5811 …ffset, yoffset, zoffset, width, height, depth, format, type, context->getUnpackParameters(), data); in TexSubImage3DOES()
DContext.h509 const gl::PixelStorageModes &getUnpackParameters() const;
DContext.cpp880 const gl::PixelStorageModes &Context::getUnpackParameters() const in getUnpackParameters() function in es2::Context