Searched refs:getUnpackState (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | State.h | 236 const PixelUnpackState &getUnpackState() const;
|
D | libGLESv2.cpp | 4128 …(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 …]
|
D | State.cpp | 1114 const PixelUnpackState &State::getUnpackState() const in getUnpackState() function in gl::State
|