/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | FramebufferAttachment.cpp | 36 …return (GetInternalFormatInfo(getInternalFormat()).redBits > 0) ? GetInternalFormatInfo(getActualF… in getRedSize() 41 …return (GetInternalFormatInfo(getInternalFormat()).greenBits > 0) ? GetInternalFormatInfo(getActua… in getGreenSize() 46 …return (GetInternalFormatInfo(getInternalFormat()).blueBits > 0) ? GetInternalFormatInfo(getActual… in getBlueSize() 51 …return (GetInternalFormatInfo(getInternalFormat()).alphaBits > 0) ? GetInternalFormatInfo(getActua… in getAlphaSize() 56 …return (GetInternalFormatInfo(getInternalFormat()).depthBits > 0) ? GetInternalFormatInfo(getActua… in getDepthSize() 61 …return (GetInternalFormatInfo(getInternalFormat()).stencilBits > 0) ? GetInternalFormatInfo(getAct… in getStencilSize() 66 return GetInternalFormatInfo(getActualFormat()).componentType; in getComponentType() 71 return GetInternalFormatInfo(getActualFormat()).colorEncoding; in getColorEncoding()
|
D | Renderbuffer.cpp | 82 return GetInternalFormatInfo(getActualFormat()).redBits; in getRedSize() 87 return GetInternalFormatInfo(getActualFormat()).greenBits; in getGreenSize() 92 return GetInternalFormatInfo(getActualFormat()).blueBits; in getBlueSize() 97 return GetInternalFormatInfo(getActualFormat()).alphaBits; in getAlphaSize() 102 return GetInternalFormatInfo(getActualFormat()).depthBits; in getDepthSize() 107 return GetInternalFormatInfo(getActualFormat()).stencilBits; in getStencilSize()
|
D | Texture.cpp | 336 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(getInternalFormat(0)); in isSamplerComplete() 354 return GetInternalFormatInfo(getInternalFormat(level)).compressed; in isCompressed() 359 return GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0; in isDepth() 544 return GetInternalFormatInfo(getInternalFormat(target, level)).compressed; in isCompressed() 549 return GetInternalFormatInfo(getInternalFormat(target, level)).depthBits > 0; in isDepth() 729 return GetInternalFormatInfo(getInternalFormat(level)).compressed; in isCompressed() 734 return GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0; in isDepth() 887 return GetInternalFormatInfo(getInternalFormat(level)).compressed; in isCompressed() 892 return GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0; in isDepth()
|
D | validationES3.cpp | 223 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in ValidateTexImageFormatCombination() 239 const gl::InternalFormat &info = gl::GetInternalFormatInfo(i->internalFormat); in ValidateTexImageFormatCombination() 441 const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(actualInternalFormat); in ValidateES3TexImageParameters() 534 size_t pixelBytes = static_cast<size_t>(gl::GetInternalFormatInfo(sizedFormat).pixelBytes); in ValidateES3TexImageParameters() 740 const InternalFormat &textureInternalFormatInfo = GetInternalFormatInfo(textureInternalFormat); in IsValidES3CopyTexImageCombination() 741 …const InternalFormat &framebufferInternalFormatInfo = GetInternalFormatInfo(frameBufferInternalFor… in IsValidES3CopyTexImageCombination() 798 sourceEffectiveFormat = &GetInternalFormatInfo(typeInfo.internalFormat); in IsValidES3CopyTexImageCombination() 810 sourceEffectiveFormat = &GetInternalFormatInfo(effectiveFormat); in IsValidES3CopyTexImageCombination() 826 sourceEffectiveFormat = &GetInternalFormatInfo(GL_SRGB8_ALPHA8); in IsValidES3CopyTexImageCombination() 1009 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in ValidateES3TexStorageParameters() [all …]
|
D | Framebuffer.cpp | 408 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat); in completeness() 488 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat); in completeness() 543 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat); in completeness() 641 …const gl::InternalFormat &depthStencilFormatInfo = GetInternalFormatInfo(depthStencilActualFormat); in DefaultFramebuffer()
|
D | formatutils.h | 97 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat);
|
D | validationES.cpp | 195 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in ValidCompressedImageSize() 307 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in ValidateRenderbufferStorageParameters() 529 const InternalFormat &readFormatInfo = GetInternalFormatInfo(readInternalFormat); in ValidateBlitFramebufferParameters() 536 … const InternalFormat &drawFormatInfo = GetInternalFormatInfo(drawInternalFormat); in ValidateBlitFramebufferParameters() 954 const InternalFormat &sizedFormatInfo = GetInternalFormatInfo(sizedInternalFormat); in ValidateReadPixelsParameters() 1350 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in ValidateCopyTexImageParametersBase()
|
D | validationES2.cpp | 524 GLenum textureFormat = gl::GetInternalFormatInfo(textureInternalFormat).format; in ValidateES2CopyTexImageParameters() 783 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in ValidateES2TexStorageParameters()
|
D | Context.cpp | 732 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat); in setRenderbufferStorage() 1662 const InternalFormat &sizedFormatInfo = GetInternalFormatInfo(sizedInternalFormat); in readPixels() 1859 const InternalFormat &actualFormatInfo = GetInternalFormatInfo(actualFormat); in getCurrentReadFormatType() 2263 const InternalFormat &formatInfo = GetInternalFormatInfo(format); in initCaps()
|
D | formatutils.cpp | 562 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat) in GetInternalFormatInfo() function 612 const InternalFormat& formatInfo = GetInternalFormatInfo(internalFormat); in GetSizedInternalFormat()
|
D | State.cpp | 270 if (GetInternalFormatInfo(stencilActualFormat).stencilBits > 0) in getClearParameters()
|
D | libGLESv2.cpp | 757 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in glCompressedTexImage2D() 817 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format); in glCompressedTexSubImage2D() 1652 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in glGenerateMipmap() 5127 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in glCompressedTexImage3D() 5180 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format); in glCompressedTexSubImage3D()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 124 unsigned int bytesPerPixel = gl::GetInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() 159 GLenum unsizedFormat = gl::GetInternalFormatInfo(destinationFormat).format; in copyBufferToTexture() 239 GLenum componentType = gl::GetInternalFormatInfo(internalFormat).componentType; in findBufferToTexturePS()
|
D | Image11.cpp | 253 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(mInternalFormat); in loadData() 282 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(mInternalFormat); in loadCompressedData() 392 GLsizei rowOffset = gl::GetInternalFormatInfo(mActualFormat).pixelBytes * xoffset; in copy() 395 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(mInternalFormat); in copy()
|
D | Clear11.cpp | 220 … const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(attachment->getInternalFormat()); in clearFramebuffer() 264 …const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(attachment->getActualFormat… in clearFramebuffer() 293 …const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(attachment->getActualFormat… in clearFramebuffer() 453 … const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(rt->getInternalFormat()); in getBlendState()
|
D | renderer11_utils.cpp | 237 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in GenerateTextureFormatCaps() 868 if (gl::GetInternalFormatInfo(*internalFormat).compressed) in GenerateCaps()
|
D | Renderer11.cpp | 2473 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat); in supportsFastCopyBufferToTexture() 2841 …const gl::InternalFormat &sourceFormatInfo = gl::GetInternalFormatInfo(dxgiFormatInfo.internalForm… in packPixels() 2856 …const gl::InternalFormat &destFormatInfo = gl::GetInternalFormatInfo(destFormatTypeInfo.internalFo… in packPixels() 2988 …const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(drawRenderTarget->getActual… in blitRenderbufferRect() 3063 GLenum format = gl::GetInternalFormatInfo(drawRenderTarget->getInternalFormat()).format; in blitRenderbufferRect()
|
D | Blit11.cpp | 381 …const gl::InternalFormat &sourceFormatInfo = gl::GetInternalFormatInfo(dxgiFormatInfo.internalForm… in swizzleTexture() 522 …const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(dxgiFormatInfo.internalFo… in copyTexture()
|
D | TextureStorage11.cpp | 384 … gl::GetInternalFormatInfo(source->getInternalFormat()).format, GL_LINEAR); in generateMipmapLayer()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
D | TextureD3D.cpp | 292 return gl::GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0; in isDepth() 434 gl::GetInternalFormatInfo(getBaseLevelInternalFormat()).format, in copySubImage() 802 return gl::GetInternalFormatInfo(getInternalFormat(level, layer)).depthBits > 0; in isDepth() 914 …mRenderer->copyImageCube(source, sourceRect, gl::GetInternalFormatInfo(getBaseLevelInternalFormat(… in copySubImage() 1327 return gl::GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0; in isDepth() 1444 gl::GetInternalFormatInfo(getBaseLevelInternalFormat()).format, in copySubImage() 1806 return gl::GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0; in isDepth() 1817 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(sizedInternalFormat); in setImage() 1834 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format); in setCompressedImage() 1848 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(getInternalFormat(level)); in subImage() [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 267 GLenum convertedFormat = gl::GetInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() 277 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in GenerateTextureFormatCaps() 332 if (gl::GetInternalFormatInfo(*internalFormat).compressed) in GenerateCaps()
|
D | RenderTarget9.cpp | 60 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in RenderTarget9()
|
D | TextureStorage9.cpp | 45 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat); in GetTextureUsage()
|
D | Image9.cpp | 390 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(mInternalFormat); in loadData() 422 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(mInternalFormat); in loadCompressedData()
|
D | Renderer9.cpp | 821 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat); in setBlendState() 1831 …unsigned int stencilSize = gl::GetInternalFormatInfo((frameBuffer->getStencilbuffer()->getActualFo… in clear() 1843 … const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(attachment->getInternalFormat()); in clear() 1844 …const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(attachment->getActualFormat… in clear() 2777 …const gl::InternalFormat &sourceFormatInfo = gl::GetInternalFormatInfo(d3dFormatInfo.internalForma… in readPixels() 2792 …const gl::InternalFormat &destFormatInfo = gl::GetInternalFormatInfo(destFormatTypeInfo.internalFo… in readPixels()
|