Home
last modified time | relevance | path

Searched defs:glFormat (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/src/gpu/
DGrBackendUtils.cpp36 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/
DTextureGL.cpp139 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
DCommandBufferGL.cpp721 GLenum glFormat; in Execute() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fReadPixelsTests.cpp144 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/
DFramebufferNULL.cpp117 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels() local
/third_party/skia/src/gpu/gl/
DGrGLUtil.h380 static constexpr GrGLFormat GrGLFormatFromGLEnum(GrGLenum glFormat) { in GrGLFormatFromGLEnum()
609 static constexpr const char* GrGLFormatToStr(GrGLenum glFormat) { in GrGLFormatToStr()
DGrGLCaps.cpp3277 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
DGrGLGpu.cpp1511 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/
DFormat.h131 GLenum glFormat, in Format()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp700 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
DTextureGL.cpp410 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImageRowByRowWorkaround() local
484 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImagePaddingWorkaround() local
Drenderergl_utils.cpp2595 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in ShouldApplyLastRowPaddingWorkaround() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp50 for (GLenum glFormat : optionalSizedFormats) in FormatReinterpretationSupported() local
DTextureVk.cpp1350 gl::Format glFormat(internalFormat); in setStorageExternalMemory() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp298 GLenum glFormat, in DoClearTest()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.cpp626 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold()
Des31fCopyImageTests.cpp674 void genTexel (de::Random& rng, deUint32 glFormat, int texelBlockSize, const int texelCount, deUint… in genTexel()
793 const deUint32 glFormat = getFormatForInternalFormat(format); in genericTexImage() local
Des31fDrawBuffersIndexedTests.cpp417 const deUint32 glFormat = glu::getInternalFormat(format); in genRenderbuffers() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp219 void SerializeFormat(JsonSerializer *json, GLenum glFormat) in SerializeFormat()
1203 GLenum glFormat = format.format; in SerializeTextureData() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestUtil.cpp1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold()
Des3fDrawBuffersIndexedTests.cpp417 const deUint32 glFormat = glu::getInternalFormat(format); in genRenderbuffers() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1448 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/
Des2cTexture3DTests.cpp178 int glFormat = glu::getGLFormat(format); in getSupportedCompressedFormats() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp736 gl::Format *glFormat, in getD3DTextureInfo()