Searched refs:destinationFormat (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | PixelTransfer11.cpp | 140 … 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()
|
D | PixelTransfer11.h | 43 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
|
D | Renderer11.h | 230 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
|
D | Renderer11.cpp | 3165 … 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/ |
D | WebGLImageConversion.h | 163 …ed width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned de…
|
D | WebGLImageConversion.cpp | 19 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/ |
D | Renderer.h | 267 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) = 0;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
D | Renderer9.h | 227 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
|
D | Renderer9.cpp | 758 … GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) in fastCopyBufferToTexture() argument
|