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