Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h348 const PixelUnpackState &unpackState,
358 const PixelUnpackState &unpackState,
368 const PixelUnpackState &unpackState,
376 const PixelUnpackState &unpackState,
DTexture.cpp1042 const PixelUnpackState &unpackState, in setImage() argument
1060 ANGLE_TRY(mTexture->setImage(context, index, internalFormat, size, format, type, unpackState, in setImage()
1074 const PixelUnpackState &unpackState, in setSubImage() argument
1088 ANGLE_TRY(mTexture->setSubImage(context, index, area, format, type, unpackState, unpackBuffer, in setSubImage()
1099 const PixelUnpackState &unpackState, in setCompressedImage() argument
1115 ANGLE_TRY(mTexture->setCompressedImage(context, index, internalFormat, size, unpackState, in setCompressedImage()
1128 const PixelUnpackState &unpackState, in setCompressedSubImage() argument
1141 ANGLE_TRY(mTexture->setCompressedSubImage(context, index, area, format, unpackState, imageSize, in setCompressedSubImage()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp1850 gl::PixelUnpackState unpackState; in initializeContents() local
1851 unpackState.alignment = 1; in initializeContents()
1852 stateManager->setPixelUnpackState(unpackState); in initializeContents()
1896 nativeSubImageFormat.type, desc.size, unpackState, in initializeContents()