HomeSort by relevance Sort by last modified time
    Searched refs:packPixels (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.h 163 static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
WebGLImageConversion.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Buffer11.h 58 gl::Error packPixels(ID3D11Texture2D *srcTexure, UINT srcSubresource, const PackPixelsParams &params);
Buffer11.cpp 143 gl::Error packPixels(ID3D11Texture2D *srcTexure, UINT srcSubresource, const PackPixelsParams &params);
484 gl::Error Buffer11::packPixels(ID3D11Texture2D *srcTexture, UINT srcSubresource, const PackPixelsParams &params)
492 gl::Error error = packStorage->packPixels(srcTexture, srcSubresource, params);
881 gl::Error Buffer11::PackStorage11::packPixels(ID3D11Texture2D *srcTexure, UINT srcSubresource, const PackPixelsParams &params)
954 mRenderer->packPixels(mStagingTexture, *mQueuedPackCommand, mMemoryBuffer.data());
Renderer11.h 198 void packPixels(ID3D11Texture2D *readTexture, const PackPixelsParams &params, uint8_t *pixelsOut);
Renderer11.cpp     [all...]

Completed in 421 milliseconds