Home
last modified time | relevance | path

Searched refs:sizedInternalFormat (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.h143 GLenum sizedInternalFormat,
150 GLenum sizedInternalFormat);
H A Dformatutilsgl.cpp497 result = internalFormat.sizedInternalFormat; in GetNativeInternalFormat()
505 if (internalFormat.sizedInternalFormat == GL_RGBA4 && in GetNativeInternalFormat()
513 if (internalFormat.sizedInternalFormat == GL_RGB565 && in GetNativeInternalFormat()
524 if (internalFormat.sizedInternalFormat == GL_BGRA8_EXT) in GetNativeInternalFormat()
535 result = EmulateLUMA(internalFormat).sizedInternalFormat; in GetNativeInternalFormat()
547 result = internalFormat.sizedInternalFormat; in GetNativeInternalFormat()
558 result = EmulateLUMA(internalFormat).sizedInternalFormat; in GetNativeInternalFormat()
565 result = internalFormat.sizedInternalFormat; in GetNativeInternalFormat()
573 result = internalFormat.sizedInternalFormat; in GetNativeInternalFormat()
582 result = internalFormat.sizedInternalFormat; in GetNativeInternalFormat()
[all...]
H A DBlitGL.cpp160 GLenum sizedInternalFormat, in PrepareForClear()
166 gl::GetSizedInternalFormatInfo(sizedInternalFormat); in PrepareForClear()
796 angle::Format::InternalFormatToID(destInternalFormatInfo.sizedInternalFormat); in copySubTextureCPUReadback()
859 GLenum sizedInternalFormat, in clearRenderableTexture()
869 ANGLE_TRY(PrepareForClear(mStateManager, sizedInternalFormat, &bindTargets, &unbindTargets, in clearRenderableTexture()
966 GLenum sizedInternalFormat) in clearRenderbuffer()
973 ANGLE_TRY(PrepareForClear(mStateManager, sizedInternalFormat, &bindTargets, &unbindTargets, in clearRenderbuffer()
159 PrepareForClear(StateManagerGL *stateManager, GLenum sizedInternalFormat, ClearBindTargetVector *outBindtargets, ClearBindTargetVector *outUnbindTargets, GLbitfield *outClearMask) PrepareForClear() argument
857 clearRenderableTexture(const gl::Context *context, TextureGL *source, GLenum sizedInternalFormat, int numTextureLayers, const gl::ImageIndex &imageIndex, bool *clearSucceededOut) clearRenderableTexture() argument
964 clearRenderbuffer(const gl::Context *context, RenderbufferGL *source, GLenum sizedInternalFormat) clearRenderbuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp363 GLenum sizedInternalFormat) in isFastUnpackable()
367 mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat); in isFastUnpackable()
375 GLenum sizedInternalFormat, in fastUnpackPixels()
392 ASSERT(mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat)); in fastUnpackPixels()
398 sizedInternalFormat, type, destArea)); in fastUnpackPixels()
959 ANGLE_TRY(redefineImage(context, index.getLevelIndex(), internalFormatInfo.sizedInternalFormat,
967 if (isFastUnpackable(unpackBuffer, unpack, internalFormatInfo.sizedInternalFormat) &&
978 internalFormatInfo.sizedInternalFormat, type, destRenderTarget));
1068 ANGLE_TRY(redefineImage(context, index.getLevelIndex(), internalFormatInfo.sizedInternalFormat, in copyImage()
1185 ANGLE_TRY(redefineImage(context, index.getLevelIndex(), internalFormatInfo.sizedInternalFormat, in copyTexture()
361 isFastUnpackable(const gl::Buffer *unpackBuffer, const gl::PixelUnpackState &unpack, GLenum sizedInternalFormat) isFastUnpackable() argument
370 fastUnpackPixels(const gl::Context *context, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels, const gl::Box &destArea, GLenum sizedInternalFormat, GLenum type, RenderTargetD3D *destRenderTarget) fastUnpackPixels() argument
1281 GLenum sizedInternalFormat = copyCompressedTexture() local
[all...]
H A DTextureD3D.h157 GLenum sizedInternalFormat);
163 GLenum sizedInternalFormat,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp182 sourceglFormatInfo.sizedInternalFormat, mRenderer->getRenderer11DeviceCaps()); in copyBufferToTexture()
195 setBufferToTextureCopyParams(destArea, destSize, sourceglFormatInfo.sizedInternalFormat, unpack, in copyBufferToTexture()
H A DFramebuffer11.cpp388 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat()
H A DRenderer11.cpp1486 GLenum sizedInternalFormat = GL_NONE; in getD3DTextureInfo() local
1520 sizedInternalFormat = textureAngleFormat->glInternalFormat; in getD3DTextureInfo()
1549 sizedInternalFormat = textureAngleFormat->glInternalFormat; in getD3DTextureInfo()
1572 const GLenum type = gl::GetSizedInternalFormatInfo(sizedInternalFormat).type; in getD3DTextureInfo()
1582 sizedInternalFormat = format.info->sizedInternalFormat; in getD3DTextureInfo()
1611 *glFormat = gl::Format(sizedInternalFormat); in getD3DTextureInfo()
2664 sourceImageDesc.format.info->sizedInternalFormat == in copyTexture()
H A DImage11.cpp381 GLenum sourceInternalFormat = srcAttachment->getFormat().info->sizedInternalFormat; in copyFromFramebuffer()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIncompleteTextureTest.cpp77 void setupFramebuffer(const GLenum sizedInternalFormat) in setupFramebuffer() argument
80 glRenderbufferStorage(GL_RENDERBUFFER, sizedInternalFormat, getWindowWidth(), in setupFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.cpp337 sizedInternalFormat(GL_NONE), in InternalFormat()
552 return a.info->sizedInternalFormat == b.info->sizedInternalFormat; in SameSized()
578 return (EquivalentBlitInternalFormat(a.info->sizedInternalFormat) == in EquivalentForBlit()
579 EquivalentBlitInternalFormat(b.info->sizedInternalFormat)); in EquivalentForBlit()
592 return FmtHex(os, fmt.info->sizedInternalFormat); in operator <<()
810 formatInfo.sizedInternalFormat = in AddRGBAXFormat()
872 formatInfo.sizedInternalFormat = in AddLUMAFormat()
909 formatInfo.sizedInternalFormat = in AddDepthStencilFormat()
945 formatInfo.sizedInternalFormat in AddCompressedFormat()
[all...]
H A DFramebuffer.cpp217 GLenum sizedInternalFormat = attachment.getFormat().info->sizedInternalFormat; in CheckAttachmentSampleCompleteness() local
218 const TextureCaps &formatCaps = context->getTextureCaps().get(sizedInternalFormat); in CheckAttachmentSampleCompleteness()
1812 GLenum sizedInternalFormat = info->sizedInternalFormat; in setAttachment() local
1813 const TextureCaps &formatCaps = context->getTextureCaps().get(sizedInternalFormat); in setAttachment()
H A DImage.cpp458 GLenum nonLinearFormat = mState.format.info->sizedInternalFormat; in initialize()
H A Dformatutils.h212 GLenum sizedInternalFormat; member
H A DCaps.cpp64 TextureCaps GenerateMinimumTextureCaps(GLenum sizedInternalFormat, in GenerateMinimumTextureCaps() argument
70 const InternalFormat &internalFormatInfo = GetSizedInternalFormatInfo(sizedInternalFormat); in GenerateMinimumTextureCaps()
H A DvalidationES2.cpp395 framebuffer->getReadColorAttachment()->getFormat().info->sizedInternalFormat; in ValidateES2CopyTexImageParameters()
955 isSubImage ? texture->getFormat(target, level).info->sizedInternalFormat in ValidateES2TexImageParametersBase()
1514 if (GetInternalFormatInfo(format, type).sizedInternalFormat != in ValidateES2TexImageParametersBase()
1515 textureInternalFormat.sizedInternalFormat) in ValidateES2TexImageParametersBase()
6313 GLenum sizedInternalFormat = tex->getFormat(textarget, level).info->sizedInternalFormat; in ValidateFramebufferTexture2DMultisampleEXT() local
6314 const TextureCaps &formatCaps = context->getTextureCaps().get(sizedInternalFormat); in ValidateFramebufferTexture2DMultisampleEXT()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DImageEGL.cpp80 mNativeInternalFormat = externalImageSibling->getFormat().info->sizedInternalFormat; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp341 contextVk->getRenderer()->getFormat(levelDesc.format.info->sizedInternalFormat); in setSubImage()
377 contextVk->getRenderer()->getFormat(levelDesc.format.info->sizedInternalFormat); in setCompressedSubImage()
397 const vk::Format &vkFormat = renderer->getFormat(formatInfo.sizedInternalFormat); in setImageImpl()
581 const vk::Format &vkFormat = renderer->getFormat(internalFormatInfo.sizedInternalFormat); in copyImage()
617 const vk::Format &dstVkFormat = renderer->getFormat(dstFormatInfo.sizedInternalFormat); in copyTexture()
709 contextVk->getRenderer()->getFormat(internalFormat.sizedInternalFormat); in copyCompressedTexture()
758 const vk::Format &dstFormat = renderer->getFormat(internalFormat.sizedInternalFormat); in copySubImageImpl()
844 const vk::Format &dstVkFormat = renderer->getFormat(dstFormat.sizedInternalFormat); in copySubTextureImpl()
1401 const vk::Format &format = renderer->getFormat(image->getFormat().info->sizedInternalFormat); in setEGLImageTarget()
2297 const vk::Format &format = renderer->getFormat(glInternalFormat.sizedInternalFormat); in bindTexImage()
[all...]
H A DRenderbufferVk.cpp173 const vk::Format &vkFormat = renderer->getFormat(image->getFormat().info->sizedInternalFormat); in setStorageEGLImageTarget()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp54 GLenum sizedInternalFormat; member
623 incompleteTextureParam.sizedInternalFormat, colorSize, in getIncompleteTexture()
629 incompleteTextureParam.sizedInternalFormat, colorSize)); in getIncompleteTexture()
649 incompleteTextureParam.sizedInternalFormat)); in getIncompleteTexture()
858 GLenum sizedInternalFormat = gl::GetInternalFormatInfo(format, type).sizedInternalFormat; in GetFormatFromFormatType() local
859 angle::FormatID angleFormatID = angle::Format::InternalFormatToID(sizedInternalFormat); in GetFormatFromFormatType()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp435 GLenum sizedInternalFormat = texture->getFormat(target, level); in ValidateSubImageParams() local
439 if(format != sizedInternalFormat) in ValidateSubImageParams()
446 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target); in ValidateSubImageParams()
486 GLenum sizedInternalFormat = texture->getFormat(target, level); in ValidateSubImageParams() local
488 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target); in ValidateSubImageParams()
H A DlibGLESv2.cpp4602 GLint sizedInternalFormat = gl::GetSizedInternalFormat(internalformat, type); in TexImage2D() local
4613 texture->setImage(level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage2D()
4624 texture->setImage(target, level, width, height, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage2D()
5763 GLint sizedInternalFormat = gl::GetSizedInternalFormat(internalformat, type); in TexImage3DOES() local
5764 texture->setImage(level, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3DOES()
H A DlibGLESv3.cpp392 GLint sizedInternalFormat = gl::GetSizedInternalFormat(internalformat, type); in TexImage3D() local
393 texture->setImage(level, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data); in TexImage3D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp344 const vk::Format &vkFormat = renderer->getFormat(mFormat.info->sizedInternalFormat); in initImpl()

Completed in 57 milliseconds

12