Home
last modified time | relevance | path

Searched refs:destinationFormat (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
DPixelTransfer11.cpp140 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) in copyBufferToTexture() argument
154 ASSERT(mRenderer->supportsFastCopyBufferToTexture(destinationFormat)); in copyBufferToTexture()
156 ID3D11PixelShader *pixelShader = findBufferToTexturePS(destinationFormat); in copyBufferToTexture()
161 GLenum unsizedFormat = gl::GetFormat(destinationFormat, clientVersion); in copyBufferToTexture()
DPixelTransfer11.h43 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
DRenderer11.h230 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
DRenderer11.cpp3165 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) in fastCopyBufferToTexture() argument
3167 ASSERT(supportsFastCopyBufferToTexture(destinationFormat)); in fastCopyBufferToTexture()
3168 …return mPixelTransfer->copyBufferToTexture(unpack, offset, destRenderTarget, destinationFormat, so… in fastCopyBufferToTexture()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DWebGLImageConversion.h163 …ed width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned de…
DWebGLImageConversion.cpp19 WebGLImageConversion::DataFormat getDataFormat(GLenum destinationFormat, GLenum destinationType) in getDataFormat() argument
24 switch (destinationFormat) { in getDataFormat()
54 switch (destinationFormat) { in getDataFormat()
75 switch (destinationFormat) { in getDataFormat()
1740 unsigned destinationFormat, in packPixels() argument
1750 DataFormat dstDataFormat = getDataFormat(destinationFormat, destinationType); in packPixels()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h267 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
DRenderer9.h227 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
DRenderer9.cpp758 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) in fastCopyBufferToTexture() argument