Searched refs:getUnpackParameters (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 393 …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()
|
D | libGLESv2.cpp | 4613 …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()
|
D | Context.h | 509 const gl::PixelStorageModes &getUnpackParameters() const;
|
D | Context.cpp | 880 const gl::PixelStorageModes &Context::getUnpackParameters() const in getUnpackParameters() function in es2::Context
|