Searched refs:getUnpackState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp4938 texture->setImage(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
4944 texture->setImagePosX(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
4950 texture->setImageNegX(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
4956 texture->setImagePosY(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
4962 texture->setImageNegY(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
4968 texture->setImagePosZ(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
4974 texture->setImageNegZ(level, width, height, internalformat, format, type, context->getUnpackState(), pixels);
5188 texture->subImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackState(), pixels);
5200 texture->subImage(target, level, xoffset, yoffset, width, height, format, type, context->getUnpackState(), pixels);
6023 texture->setImage(level, width, height, depth, internalformat, format, type, context->getUnpackState(), pixel
[all...]
H A DContext.h241 const PixelUnpackState &getUnpackState() const;
H A DContext.cpp861 const PixelUnpackState &Context::getUnpackState() const function in class:Context

Completed in 70 milliseconds