/external/angle/src/libANGLE/ |
D | format_map_desktop.cpp | 86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
|
D | Texture.cpp | 1164 const InternalFormat &internalFormatInfo = in copyImage() local 1284 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in copyTexture() local
|
D | Caps.cpp | 69 const InternalFormat &internalFormatInfo = GetSizedInternalFormatInfo(sizedInternalFormat); in GenerateMinimumTextureCaps() local
|
D | formatutils.cpp | 1203 const InternalFormat &internalFormatInfo = iter->second.begin()->second; in GetSizedInternalFormatInfo() local
|
D | capture_gles_3_0_params.cpp | 682 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage3D_pixels() local
|
D | capture_gles_2_0_params.cpp | 693 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage2D_pixels() local
|
D | validationES2.cpp | 163 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in IsValidCopyTextureDestinationFormatType() local 1150 const InternalFormat &internalFormatInfo = GetSizedInternalFormatInfo(actualInternalFormat); in ValidateES2TexImageParametersBase() local
|
/external/angle/src/tests/gl_tests/ |
D | D3D11FormatTablesTest.cpp | 57 const gl::InternalFormat &internalFormatInfo = in TEST_P() local
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 900 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() local 1010 const gl::InternalFormat &internalFormatInfo = in copyImage() local 1126 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() local 1189 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local 1702 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() local 1762 const gl::InternalFormat &internalFormatInfo = in copyImage() local 1878 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() local 1942 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local 2435 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() local 2596 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() local [all …]
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 970 const gl::InternalFormat &internalFormatInfo = in setStorage() local 1069 const gl::InternalFormat &internalFormatInfo = in setStorage() local 1848 const gl::InternalFormat &internalFormatInfo = *desc.format.info; in initializeContents() local
|
D | renderergl_utils.cpp | 1755 const gl::InternalFormat &internalFormatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in SupportsNativeRendering() local
|
D | BlitGL.cpp | 165 const gl::InternalFormat &internalFormatInfo = in PrepareForClear() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 94 const gl::InternalFormat &internalFormatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
|
D | Renderer11.cpp | 3062 const gl::InternalFormat &internalFormatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in supportsFastCopyBufferToTexture() local
|
D | TextureStorage11.cpp | 750 const gl::InternalFormat &internalFormatInfo = in setData() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 312 const gl::InternalFormat &internalFormatInfo = in copyImage() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 3134 const gl::InternalFormat &internalFormatInfo = in clearRenderTarget() local
|