Searched refs:getUnpackState (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/ |
D | State.h | 517 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState() function 518 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState() function
|
D | capture_gles_3_0_params.cpp | 683 const gl::PixelUnpackState &unpack = glState.getUnpackState(); in CaptureTexImage3D_pixels()
|
D | capture_gles_2_0_params.cpp | 694 const gl::PixelUnpackState &unpack = glState.getUnpackState(); in CaptureTexImage2D_pixels()
|
D | Context.cpp | 4085 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage2D() 4121 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage3D() 4164 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage2D() 4208 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage3D() 4243 ANGLE_CONTEXT_TRY(texture->setCompressedImage(this, mState.getUnpackState(), target, level, in compressedTexImage2D() 4275 ANGLE_CONTEXT_TRY(texture->setCompressedImage(this, mState.getUnpackState(), target, level, in compressedTexImage3D() 4309 ANGLE_CONTEXT_TRY(texture->setCompressedSubImage(this, mState.getUnpackState(), target, level, in compressedTexSubImage2D() 4351 ANGLE_CONTEXT_TRY(texture->setCompressedSubImage(this, mState.getUnpackState(), target, level, in compressedTexSubImage3D()
|
D | FrameCapture.cpp | 1862 gl::PixelUnpackState ¤tUnpackState = replayState.getUnpackState(); in CaptureMidExecutionSetup() 2040 const gl::PixelUnpackState &unpack = apiState.getUnpackState(); in CaptureMidExecutionSetup()
|
D | validationES.cpp | 994 const auto &unpack = context->getState().getUnpackState(); in ValidImageDataSize()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1688 setPixelUnpackState(state.getUnpackState()); in syncState()
|
D | TextureGL.cpp | 1924 stateManager->setPixelUnpackState(context->getState().getUnpackState()); in initializeContents()
|