Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp680 …ight, depth, GetSizedInternalFormat(internalformat, type), type, context->getUnpackInfo(), pixels); in glTexImage3D()
726 …ffset, zoffset, width, height, depth, sizedInternalFormat, type, context->getUnpackInfo(), pixels); in glTexSubImage3D()
3863 …th, height, GetSizedInternalFormat(internalformat, type), type, context->getUnpackInfo(), nullptr); in glTexStorage2D()
3882 …th, height, GetSizedInternalFormat(internalformat, type), type, context->getUnpackInfo(), nullptr); in glTexStorage2D()
3933 …ght, depth, GetSizedInternalFormat(internalformat, type), type, context->getUnpackInfo(), nullptr); in glTexStorage3D()
3958 …ght, depth, GetSizedInternalFormat(internalformat, type), type, context->getUnpackInfo(), nullptr); in glTexStorage3D()
DlibGLESv2.cpp5130 …texture->setImage(level, width, height, sizedInternalFormat, type, context->getUnpackInfo(), pixel… in TexImage2D()
5141 …etImage(target, level, width, height, sizedInternalFormat, type, context->getUnpackInfo(), pixels); in TexImage2D()
5496 …vel, xoffset, yoffset, width, height, sizedInternalFormat, type, context->getUnpackInfo(), pixels); in TexSubImage2D()
5511 …vel, xoffset, yoffset, width, height, sizedInternalFormat, type, context->getUnpackInfo(), pixels); in TexSubImage2D()
6326 …ight, depth, GetSizedInternalFormat(internalformat, type), type, context->getUnpackInfo(), pixels); in TexImage3DOES()
6371 …ffset, zoffset, width, height, depth, sizedInternalFormat, type, context->getUnpackInfo(), pixels); in TexSubImage3DOES()
DContext.h531 const egl::Image::UnpackInfo& getUnpackInfo() const;
DContext.cpp845 const egl::Image::UnpackInfo& Context::getUnpackInfo() const in getUnpackInfo() function in es2::Context