/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.h | 143 GLenum sizedInternalFormat, 150 GLenum sizedInternalFormat);
|
H A D | formatutilsgl.cpp | 497 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 D | BlitGL.cpp | 160 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 D | TextureD3D.cpp | 363 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 D | TextureD3D.h | 157 GLenum sizedInternalFormat); 163 GLenum sizedInternalFormat,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | PixelTransfer11.cpp | 182 sourceglFormatInfo.sizedInternalFormat, mRenderer->getRenderer11DeviceCaps()); in copyBufferToTexture() 195 setBufferToTextureCopyParams(destArea, destSize, sourceglFormatInfo.sizedInternalFormat, unpack, in copyBufferToTexture()
|
H A D | Framebuffer11.cpp | 388 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat()
|
H A D | Renderer11.cpp | 1486 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 D | Image11.cpp | 381 GLenum sourceInternalFormat = srcAttachment->getFormat().info->sizedInternalFormat; in copyFromFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | IncompleteTextureTest.cpp | 77 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 D | formatutils.cpp | 337 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 D | Framebuffer.cpp | 217 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 D | Image.cpp | 458 GLenum nonLinearFormat = mState.format.info->sizedInternalFormat; in initialize()
|
H A D | formatutils.h | 212 GLenum sizedInternalFormat; member
|
H A D | Caps.cpp | 64 TextureCaps GenerateMinimumTextureCaps(GLenum sizedInternalFormat, in GenerateMinimumTextureCaps() argument 70 const InternalFormat &internalFormatInfo = GetSizedInternalFormatInfo(sizedInternalFormat); in GenerateMinimumTextureCaps()
|
H A D | validationES2.cpp | 395 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 D | ImageEGL.cpp | 80 mNativeInternalFormat = externalImageSibling->getFormat().info->sizedInternalFormat; in initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 341 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 D | RenderbufferVk.cpp | 173 const vk::Format &vkFormat = renderer->getFormat(image->getFormat().info->sizedInternalFormat); in setStorageEGLImageTarget()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 54 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 D | utilities.cpp | 435 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 D | libGLESv2.cpp | 4602 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 D | libGLESv3.cpp | 392 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 D | Framebuffer9.cpp | 392 GLenum sizedFormat = mState.getReadAttachment()->getFormat().info->sizedInternalFormat; in getImplementationColorReadFormat()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
H A D | DmaBufImageSiblingVkLinux.cpp | 344 const vk::Format &vkFormat = renderer->getFormat(mFormat.info->sizedInternalFormat); in initImpl()
|