Searched refs:getUnpackAlignment (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h436 GLint getUnpackAlignment() const;
H A DlibGLES_CM.cpp4291 texture->setImage(level, width, height, sizedInternalFormat, format, type, context->getUnpackAlignment(), pixels);
4527 texture->subImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackAlignment(), pixels);
H A DContext.cpp927 GLint Context::getUnpackAlignment() const function in class:es1::Context
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h591 GLint getUnpackAlignment() const;
H A DlibGL.cpp4389 texture->setImage(level, width, height, format, type, context->getUnpackAlignment(), pixels);
4400 texture->setImage(target, level, width, height, format, type, context->getUnpackAlignment(), pixels);
4618 texture->subImage(level, xoffset, yoffset, width, height, format, type, context->getUnpackAlignment(), pixels);
4627 texture->subImage(target, level, xoffset, yoffset, width, height, format, type, context->getUnpackAlignment(), pixels);
H A DContext.cpp773 GLint Context::getUnpackAlignment() const function in class:gl::Context

Completed in 225 milliseconds