Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h567 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState() function
568 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState() function
DContext.cpp4858 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage2D()
4894 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage3D()
4937 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage2D()
4981 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage3D()
DvalidationES3.cpp838 const auto &unpack = context->getState().getUnpackState(); in ValidateES3TexImageParametersBase()
DvalidationES.cpp1189 const auto &unpack = context->getState().getUnpackState(); in ValidImageDataSize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_0_params.cpp708 const gl::PixelUnpackState &unpack = glState.getUnpackState(); in CaptureTexImage3D_pixels()
Dcapture_gles_2_0_params.cpp695 const gl::PixelUnpackState &unpack = glState.getUnpackState(); in CaptureTexImage2D_pixels()
Dframe_capture_utils.cpp654 SerializePixelUnpackState(json, state.getUnpackState()); in SerializeContextState()
DFrameCapture.cpp2657 gl::PixelUnpackState &currentUnpackState = replayState.getUnpackState(); in CaptureShareGroupMidExecutionSetup()
2899 const gl::PixelUnpackState &unpack = apiState.getUnpackState(); in CaptureShareGroupMidExecutionSetup()
3254 gl::PixelUnpackState &currentUnpackState = replayState.getUnpackState(); in CaptureMidExecutionSetup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp2114 ANGLE_TRY(stateManager->setPixelUnpackState(context, context->getState().getUnpackState())); in initializeContents()
DStateManagerGL.cpp1963 ANGLE_TRY(setPixelUnpackState(context, state.getUnpackState())); in syncState()