Searched refs:getUnpackInfo (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 680 …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()
|
D | libGLESv2.cpp | 5130 …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()
|
D | Context.h | 531 const egl::Image::UnpackInfo& getUnpackInfo() const;
|
D | Context.cpp | 845 const egl::Image::UnpackInfo& Context::getUnpackInfo() const in getUnpackInfo() function in es2::Context
|