Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h236 const PixelUnpackState &getUnpackState() const;
DlibGLESv2.cpp4128 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4134 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4140 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4146 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4152 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4158 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4164 …(level, width, height, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage2D()
4355 …evel, xoffset, yoffset, width, height, format, type, context->getState().getUnpackState(), pixels); in glTexSubImage2D()
4367 …evel, xoffset, yoffset, width, height, format, type, context->getState().getUnpackState(), pixels); in glTexSubImage2D()
4998 … width, height, depth, internalformat, format, type, context->getState().getUnpackState(), pixels); in glTexImage3D()
[all …]
DState.cpp1114 const PixelUnpackState &State::getUnpackState() const in getUnpackState() function in gl::State