Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendUtils.cpp36 GrGLFormat glFormat = format.asGLFormat(); in GrBackendFormatToCompressionType() local
101 GrGLFormat glFormat = format.asGLFormat(); in GrBackendFormatBytesPerBlock() local
161 GrGLFormat glFormat = format.asGLFormat(); in GrBackendFormatStencilBits() local
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp37 GLenum target, GLenum glFormat, GLenum internalFormat, GLenum glType, in CreateGLTexture1DArray()
150 GLenum target, GLenum glFormat, GLenum internalFormat, GLenum glType, in CreateGLTexture2DArray()
267 GLenum glFormat, GLenum internalFormat, GLenum glType, ExplicitType type, in CreateGLTextureBuffer()
362 void* CreateGLTexture1D( size_t width, GLenum target, GLenum glFormat, in CreateGLTexture1D()
472 GLenum target, GLenum glFormat, in CreateGLTexture2D()
653 GLenum target, GLenum glFormat, in CreateGLTexture3D()
756 GLenum glFormat, GLenum glInternalFormat, in ReadGLTexture()
864 GLenum attachment, GLenum glFormat, in CreateGLRenderbufferRaw()
926 void reorder_verification_buffer(GLenum glFormat, GLenum glType, char* buffer, size_t num_pixels) in reorder_verification_buffer()
1038 GLenum target, GLenum glFormat, in CreateGLTexture2DMultisample()
[all …]
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int… in getFormatInfo()
178 GLint glFormat; in iterate() local
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp38 GLenum target, GLenum glFormat, in CreateGLTexture2D()
179 GLenum target, GLenum glFormat, in CreateGLTexture3D()
267 GLenum glFormat, GLenum glInternalFormat, in ReadGLTexture()
630 GLenum glFormat; in GetGLFormat() local
/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp117 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels() local
/external/skia/src/gpu/gl/
DGrGLUtil.h309 static constexpr GrGLFormat GrGLFormatFromGLEnum(GrGLenum glFormat) { in GrGLFormatFromGLEnum()
519 static constexpr const char* GrGLFormatToStr(GrGLenum glFormat) { in GrGLFormatToStr()
DGrGLCaps.cpp3138 GrGLenum glFormat = this->getRenderbufferInternalFormat(grGLFormat); in setupSampleCounts() local
4422 GrGLFormat glFormat = format.asGLFormat(); in onAreColorTypeAndFormatCompatible() local
4472 GrGLFormat glFormat = format.asGLFormat(); in onGetReadSwizzle() local
4506 auto glFormat = format.asGLFormat(); in computeFormatKey() local
DGrGLGpu.cpp1449 GrGLFormat glFormat = format.asGLFormat(); in onCreateCompressedBackendTexture() local
1487 GrGLFormat glFormat = format.asGLFormat(); in onUpdateCompressedBackendTexture() local
1739 GrGLenum glFormat = this->glCaps().getRenderbufferInternalFormat(format.asGLFormat()); in makeMSAAAttachment() local
3588 GrGLFormat glFormat = format.asGLFormat(); in onCreateBackendTexture() local
3654 GrGLFormat glFormat = GrGLFormatFromGLEnum(info.fFormat); in onClearBackendTexture() local
/external/angle/src/libANGLE/renderer/
DFormat.h131 GLenum glFormat, in Format()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp699 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(readFormat, readType); in readPixels() local
1492 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsRowByRow() local
1547 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.cpp2571 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in ShouldApplyLastRowPaddingWorkaround() local
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2997 const GrGLenum* glFormat = format.getGLFormat(); in getConfigFromBackendFormat() local
3032 const GrGLenum* glFormat = format.getGLFormat(); in getYUVAConfigFromBackendFormat() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp42 for (GLenum glFormat : optionalSizedFormats) in FormatReinterpretationSupported() local
DTextureVk.cpp1287 gl::Format glFormat(internalFormat); in setStorageExternalMemory() local
2137 gl::Format glFormat(internalFormat); in bindTexImage() local
/external/deqp/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
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1448 gl::Format *glFormat, in getD3DTextureInfo()
4231 const auto &glFormat = gl::GetSizedInternalFormatInfo(renderTarget->getInternalFormat()); in clearRenderTarget() local
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp178 int glFormat = glu::getGLFormat(format); in getSupportedCompressedFormats() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp736 gl::Format *glFormat, in getD3DTextureInfo()