/third_party/skia/src/gpu/ |
D | GrBackendUtils.cpp | 36 GrGLFormat glFormat = format.asGLFormat(); in GrBackendFormatToCompressionType() local 113 GrGLFormat glFormat = format.asGLFormat(); in GrBackendFormatBytesPerBlock() local 173 GrGLFormat glFormat = format.asGLFormat(); in GrBackendFormatStencilBits() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | TextureGL.cpp | 139 const GLFormat& glFormat = GetGLFormat(); in Texture() local 351 const GLFormat& glFormat = GetGLFormat(); in ClearTexture() local 553 const GLFormat& glFormat = ToBackend(GetDevice())->GetGLFormat(GetFormat()); in TextureView() local
|
D | CommandBufferGL.cpp | 721 GLenum glFormat; in Execute() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int… in getFormatInfo() 178 GLint glFormat; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 117 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels() local
|
/third_party/skia/src/gpu/gl/ |
D | GrGLUtil.h | 380 static constexpr GrGLFormat GrGLFormatFromGLEnum(GrGLenum glFormat) { in GrGLFormatFromGLEnum() 609 static constexpr const char* GrGLFormatToStr(GrGLenum glFormat) { in GrGLFormatToStr()
|
D | GrGLCaps.cpp | 3277 GrGLenum glFormat = this->getRenderbufferInternalFormat(grGLFormat); in setupSampleCounts() local 4692 GrGLFormat glFormat = format.asGLFormat(); in onAreColorTypeAndFormatCompatible() local 4760 GrGLFormat glFormat = format.asGLFormat(); in onGetReadSwizzle() local 4798 auto glFormat = format.asGLFormat(); in computeFormatKey() local
|
D | GrGLGpu.cpp | 1511 GrGLFormat glFormat = format.asGLFormat(); in onCreateCompressedBackendTexture() local 1549 GrGLFormat glFormat = format.asGLFormat(); in onUpdateCompressedBackendTexture() local 3619 GrGLFormat glFormat = format.asGLFormat(); in onCreateBackendTexture() local 3685 GrGLFormat glFormat = GrGLFormatFromGLEnum(info.fFormat); in onClearBackendTexture() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format.h | 131 GLenum glFormat, in Format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 700 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(readFormat, readType); in readPixels() local 1493 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsRowByRow() local 1548 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsAllAtOnce() local
|
D | TextureGL.cpp | 410 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImageRowByRowWorkaround() local 484 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImagePaddingWorkaround() local
|
D | renderergl_utils.cpp | 2595 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in ShouldApplyLastRowPaddingWorkaround() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 50 for (GLenum glFormat : optionalSizedFormats) in FormatReinterpretationSupported() local
|
D | TextureVk.cpp | 1350 gl::Format glFormat(internalFormat); in setStorageExternalMemory() local
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | EGLImageWrappingTests.cpp | 298 GLenum glFormat, in DoClearTest()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboTestUtil.cpp | 626 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold()
|
D | es31fCopyImageTests.cpp | 674 void genTexel (de::Random& rng, deUint32 glFormat, int texelBlockSize, const int texelCount, deUint… in genTexel() 793 const deUint32 glFormat = getFormatForInternalFormat(format); in genericTexImage() local
|
D | es31fDrawBuffersIndexedTests.cpp | 417 const deUint32 glFormat = glu::getInternalFormat(format); in genRenderbuffers() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 219 void SerializeFormat(JsonSerializer *json, GLenum glFormat) in SerializeFormat() 1203 GLenum glFormat = format.format; in SerializeTextureData() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold()
|
D | es3fDrawBuffersIndexedTests.cpp | 417 const deUint32 glFormat = glu::getInternalFormat(format); in genRenderbuffers() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 1448 gl::Format *glFormat, in getD3DTextureInfo() 4242 const auto &glFormat = gl::GetSizedInternalFormatInfo(renderTarget->getInternalFormat()); in clearRenderTarget() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 178 int glFormat = glu::getGLFormat(format); in getSupportedCompressedFormats() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 736 gl::Format *glFormat, in getD3DTextureInfo()
|