Searched defs:destFormat (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DExtensions3DUtil.cpp90 bool Extensions3DUtil::canUseCopyTextureCHROMIUM(GLenum destFormat, GLenum destType, GLint level) argument
94 if ((destFormat == GL_RGB || destFormat == GL_RGBA)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DBlit9.cpp212 bool Blit9::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level) argument
240 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface);
248 bool Blit9::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) argument
276 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface);
284 bool Blit9::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest) argument
299 d3d9_gl::IsFormatChannelEquivalent(destDesc.Format, destFormat, mRenderer->getCurrentClientVersion())) // Can use StretchRect
312 return formatConvert(source, sourceRect, destFormat, xoffset, yoffset, dest);
317 bool Blit9::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest) argument
335 if (setFormatConvertShaders(destFormat))
347 bool Blit9::setFormatConvertShaders(GLenum destFormat) argument
[all...]
H A Dformatutils9.cpp268 D3D9FastCopyFormat(D3DFORMAT sourceFormat, GLenum destFormat, GLenum destType) argument
269 : mSourceFormat(sourceFormat), mDestFormat(destFormat), mDestType(destType)
450 ColorCopyFunction GetFastCopyFunction(D3DFORMAT sourceFormat, GLenum destFormat, GLenum destType, GLuint clientVersion) argument
453 D3D9FastCopyMap::const_iterator iter = fastCopyMap.find(D3D9FastCopyFormat(sourceFormat, destFormat, destType));
H A DRenderer9.cpp2889 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2898 return mBlit->copy(framebuffer, rect, destFormat, xoffset, yoffset, storage, level);
2901 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2910 return mBlit->copy(framebuffer, rect, destFormat, xoffset, yoffset, storage, target, level);
2913 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2921 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DBlit11.cpp510 const gl::Rectangle *scissor, GLenum destFormat, GLenum filter)
515 // Determine if the source format is a signed integer format, the destFormat will already
522 parameters.mDestinationFormat = destFormat;
891 void Blit11::add2DBlitShaderToMap(GLenum destFormat, bool signedInteger, ID3D11PixelShader *ps) argument
894 params.mDestinationFormat = destFormat;
911 void Blit11::add3DBlitShaderToMap(GLenum destFormat, bool signedInteger, ID3D11PixelShader *ps) argument
914 params.mDestinationFormat = destFormat;
508 copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize, ID3D11RenderTargetView *dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum filter) argument
H A Dformatutils11.cpp695 D3D11FastCopyFormat(DXGI_FORMAT sourceFormat, GLenum destFormat, GLenum destType) argument
696 : mSourceFormat(sourceFormat), mDestFormat(destFormat), mDestType(destType)
1137 ColorCopyFunction GetFastCopyFunction(DXGI_FORMAT sourceFormat, GLenum destFormat, GLenum destType) argument
1140 D3D11FastCopyMap::const_iterator iter = fastCopyMap.find(D3D11FastCopyFormat(sourceFormat, destFormat, destType));
H A DRenderer11.cpp2633 bool Renderer11::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2687 destFormat, GL_NEAREST);
2694 bool Renderer11::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2748 destFormat, GL_NEAREST);
2755 bool Renderer11::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2809 destFormat, GL_NEAREST);
2816 bool Renderer11::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, argument
2872 destFormat, GL_NEAREST);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp986 EffectiveInternalFormatInfo(GLenum effectiveFormat, GLenum destFormat, GLuint minRedBits, GLuint maxRedBits, argument
989 : mEffectiveFormat(effectiveFormat), mDestFormat(destFormat), mMinRedBits(minRedBits),
1039 static bool GetEffectiveInternalFormat(const InternalFormatInfo &srcFormat, const InternalFormatInfo &destFormat, argument
1045 if (gl::IsSizedInternalFormat(destFormat.mFormat, clientVersion))
1054 targetFormat = destFormat.mFormat;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c3592 * \param destFormat format, ala glReadPixels
3601 GLenum destFormat, GLenum destType,
3759 GLenum destBaseFormat = _mesa_base_tex_format(ctx, destFormat);
3786 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
3598 decompress_texture_image(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice, GLenum destFormat, GLenum destType, GLvoid *dest) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3592 * \param destFormat format, ala glReadPixels
3601 GLenum destFormat, GLenum destType,
3759 GLenum destBaseFormat = _mesa_base_tex_format(ctx, destFormat);
3786 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
3598 decompress_texture_image(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice, GLenum destFormat, GLenum destType, GLvoid *dest) argument

Completed in 183 milliseconds