Searched refs:getUnpackState (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/ |
D | State.h | 571 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState() function 572 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState() function
|
D | Context.cpp | 4771 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage2D() 4807 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage3D() 4850 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage2D() 4894 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage3D() 4929 ANGLE_CONTEXT_TRY(texture->setCompressedImage(this, mState.getUnpackState(), target, level, in compressedTexImage2D() 4961 ANGLE_CONTEXT_TRY(texture->setCompressedImage(this, mState.getUnpackState(), target, level, in compressedTexImage3D() 4995 ANGLE_CONTEXT_TRY(texture->setCompressedSubImage(this, mState.getUnpackState(), target, level, in compressedTexSubImage2D() 5037 ANGLE_CONTEXT_TRY(texture->setCompressedSubImage(this, mState.getUnpackState(), target, level, in compressedTexSubImage3D()
|
D | validationES3.cpp | 772 const auto &unpack = context->getState().getUnpackState(); in ValidateES3TexImageParametersBase()
|
D | validationES.cpp | 1136 const auto &unpack = context->getState().getUnpackState(); in ValidImageDataSize()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_0_params.cpp | 707 const gl::PixelUnpackState &unpack = glState.getUnpackState(); in CaptureTexImage3D_pixels()
|
D | capture_gles_2_0_params.cpp | 695 const gl::PixelUnpackState &unpack = glState.getUnpackState(); in CaptureTexImage2D_pixels()
|
D | frame_capture_utils.cpp | 760 SerializePixelUnpackState(json, state.getUnpackState()); in SerializeContextState() 1217 const gl::PixelUnpackState &unpack = context->getState().getUnpackState(); in SerializeTextureData()
|
D | FrameCapture.cpp | 2594 const gl::PixelUnpackState &unpack = apiState.getUnpackState(); in CaptureSharedContextMidExecutionSetup() 2986 gl::PixelUnpackState ¤tUnpackState = replayState.getUnpackState(); in CaptureMidExecutionSetup()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 2111 ANGLE_TRY(stateManager->setPixelUnpackState(context, context->getState().getUnpackState())); in initializeContents()
|
D | StateManagerGL.cpp | 1958 ANGLE_TRY(setPixelUnpackState(context, state.getUnpackState())); in syncState()
|