Home
last modified time | relevance | path

Searched defs:internalFormat (Results 1 – 25 of 248) sorted by relevance

12345678910

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dteximage.c921 GLint border, GLenum internalFormat, in _mesa_init_teximage_fields_ms()
1033 GLint border, GLenum internalFormat, in _mesa_init_teximage_fields()
1799 GLenum target, GLenum internalFormat) in _mesa_legal_texture_base_format_for_target()
1846 texture_formats_agree(GLenum internalFormat, in texture_formats_agree()
1898 GLenum type, GLenum internalFormat, const char *callerName) in texture_format_error_check_gles()
1943 GLint level, GLint internalFormat, in texture_error_check()
2125 GLint level, GLenum internalFormat, GLsizei width, in compressed_texture_error_check()
2336 GLenum internalFormat = _mesa_is_gles(ctx) ? in texsubimage_error_check() local
2407 GLint level, GLint internalFormat, GLint border ) in copytexture_error_check()
2917 override_internal_format(GLenum internalFormat, UNUSED GLint width, in override_internal_format()
[all …]
H A Dexternalobjects.c331 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory()
375 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory_ms()
407 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory()
451 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory_ms()
481 GLenum internalFormat, in _mesa_TexStorageMem2DEXT()
494 GLenum internalFormat, in _mesa_TexStorageMem2DMultisampleEXT()
509 GLenum internalFormat, in _mesa_TexStorageMem3DEXT()
523 GLenum internalFormat, in _mesa_TexStorageMem3DMultisampleEXT()
539 GLenum internalFormat, in _mesa_TextureStorageMem2DEXT()
552 GLenum internalFormat, in _mesa_TextureStorageMem2DMultisampleEXT()
[all …]
H A Dglformats.c783 is_astc_2d_format(GLenum internalFormat) in is_astc_2d_format()
824 is_astc_3d_format(GLenum internalFormat) in is_astc_3d_format()
857 _mesa_is_astc_format(GLenum internalFormat) in _mesa_is_astc_format()
867 _mesa_is_etc2_format(GLenum internalFormat) in _mesa_is_etc2_format()
1295 _mesa_has_depth_float_channel(GLenum internalFormat) in _mesa_has_depth_float_channel()
2362 _mesa_base_tex_format(const struct gl_context *ctx, GLint internalFormat) in _mesa_base_tex_format()
2890 GLenum internalFormat) in _mesa_gles_check_internalformat()
3059 GLenum internalFormat) in _mesa_gles_error_check_format_and_type()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp134 GLenum internalFormat, in InsertFormatMapping()
441 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard) in GetInternalFormatInfo()
482 static const gl::InternalFormat &EmulateLUMA(const gl::InternalFormat &internalFormat) in EmulateLUMA()
493 const gl::InternalFormat &internalFormat) in GetNativeInternalFormat()
795 GLenum internalFormat, in GetTexImageFormat()
820 GLenum internalFormat) in GetCompressedTexImageFormat()
838 GLenum internalFormat, in GetCopyTexImageImageFormat()
849 GLenum internalFormat) in GetTexStorageFormat()
869 GLenum internalFormat) in GetRenderbufferFormat()
H A Dformatutilsgl.h68 GLenum internalFormat = GL_NONE; member
90 GLenum internalFormat = GL_NONE; member
106 GLenum internalFormat = GL_NONE; member
115 GLenum internalFormat = GL_NONE; member
123 GLenum internalFormat = GL_NONE; member
H A DTextureGL.cpp180 GLenum internalFormat, in setImage()
244 GLenum internalFormat, in setImageHelper()
319 GLenum internalFormat, in reserveTexImageToBeFilled()
595 GLenum internalFormat, in setCompressedImage()
698 GLenum internalFormat, in copyImage()
957 GLenum internalFormat, in copyTexture()
1095 GLenum internalFormat, in setStorage()
1277 GLenum internalFormat, in setImageExternal()
1355 GLenum internalFormat, in setStorageExternalMemory()
1986 angle::Result TextureGL::setBuffer(const gl::Context *context, GLenum internalFormat) in setBuffer()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp567 Format::Format(GLenum internalFormat) : Format(GetSizedInternalFormatInfo(internalFormat)) {} in Format()
569 Format::Format(const InternalFormat &internalFormat) : info(&internalFormat) {} in Format()
571 Format::Format(GLenum internalFormat, GLenum type) in Format()
654 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo()
832 GLenum internalFormat, in AddRGBAXFormat()
873 GLenum internalFormat, in AddRGBAFormat()
896 GLenum internalFormat, in AddLUMAFormat()
932 GLenum internalFormat, in AddDepthStencilFormat()
969 GLenum internalFormat, in AddCompressedFormat()
1006 GLenum internalFormat, in AddPalettedFormat()
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp155 … const char *description, uint32_t internalFormat, int size, in TextureCubeArrayFormatCase()
322 … const char *description, uint32_t internalFormat, int width) in TextureBufferFormatCase()
497 uint32_t internalFormat; in init() member
706 uint32_t internalFormat; in init() member
716 uint32_t internalFormat = sizedColorFormats[formatNdx].internalFormat; in init() local
730 uint32_t internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init() local
746 uint32_t internalFormat; in init() member
858 uint32_t internalFormat = bufferColorFormats[formatNdx].internalFormat; in init() local
H A Des31fTextureSpecificationTests.cpp341 …eArrayCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int size, in BasicTexImageCubeArrayCase()
382 …StorageCubeArrayCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, in BasicTexStorageCubeArrayCase()
427 …BufferCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int size, in TexImageCubeArrayBufferCase()
502 …eCubeArrayBufferCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, in TexSubImageCubeArrayBufferCase()
604 …geCubeArrayDepthCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, in TexImageCubeArrayDepthCase()
647 …geCubeArrayDepthCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, in TexSubImageCubeArrayDepthCase()
715 …ArrayDepthBufferCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, in TexImageCubeArrayDepthBufferCase()
787 uint32_t internalFormat; in init() member
988 uint32_t internalFormat; in init() member
1194 uint32_t internalFormat = colorFormats[formatNdx].internalFormat; in init() local
[all …]
H A Des31fTextureLevelStateQueryTests.cpp148 glw::GLenum internalFormat; member
312 static bool isColorRenderableFormat(glw::GLenum internalFormat) in isColorRenderableFormat()
326 static bool isRenderableFormat(glw::GLenum internalFormat) in isRenderableFormat()
333 static bool isTextureBufferFormat(glw::GLenum internalFormat) in isTextureBufferFormat()
377 static int getPixelSize(glw::GLenum internalFormat) in getPixelSize()
384 int maxSamples, glw::GLenum internalFormat) in generateColorTextureGenerationGroup()
963 void TextureLevelCase::getFormatSamples(glw::GLenum internalFormat, std::vector<int> &samples) in getFormatSamples()
1070 const glw::GLenum internalFormat = GL_RGBA8; in generateTestIterations() local
1327 int TextureLevelSizeCase::getMinimumComponentResolution(glw::GLenum internalFormat) in getMinimumComponentResolution()
1438 int TextureLevelTypeCase::getComponentType(glw::GLenum internalFormat) in getComponentType()
H A Des31fSRGBDecodeTests.cpp212 const tcu::TextureFormat internalFormat; member
449const tcu::TextureFormat internalFormat, const int width, const int height, in SRGBTestTexture()
935 const tcu::TextureFormat internalFormat) in SRGBTestCase()
1394 const tcu::TextureFormat internalFormat) in TextureDecodeSkippedCase()
1466 const tcu::TextureFormat internalFormat) in TextureDecodeEnabledCase()
1538 const tcu::TextureFormat internalFormat) in TexelFetchDecodeSkippedcase()
1607 const tcu::TextureFormat internalFormat) in GPUConversionDecodeEnabledCase()
1677 const tcu::TextureFormat internalFormat) in DecodeToggledCase()
1826 const tcu::TextureFormat internalFormat) in DecodeMultipleTexturesCase()
1899 const tcu::TextureFormat internalFormat) in DecodeSamplerCase()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp66 tcu::TextureFormat mapGLUnsizedInternalFormat(uint32_t internalFormat) in mapGLUnsizedInternalFormat()
675 …mage2DCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int widt… in BasicTexImage2DCase()
735 …geCubeCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int size) in BasicTexImageCubeCase()
786 …DArrayCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int widt… in BasicTexImage2DArrayCase()
828 …mage3DCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int widt… in BasicTexImage3DCase()
881 …mage2DCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int widt… in RandomOrderTexImage2DCase()
946 …geCubeCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int size) in RandomOrderTexImageCubeCase()
1013 …DAlignCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int widt… in TexImage2DAlignCase()
1075 …eAlignCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int size, in TexImageCubeAlignCase()
1128 …ParamsCase(Context &context, const char *name, const char *desc, uint32_t internalFormat, int widt… in TexImage2DParamsCase()
[all …]
H A Des3fPolygonOffsetTests.cpp281GLenum internalFormat, const char *internalFormatName, int canvasSize) in PolygonOffsetTestCase()
361 …::UsageTestCase(Context &context, const char *name, const char *description, GLenum internalFormat, in UsageTestCase()
487GLenum internalFormat, const char *internalFormatName) in UsageDisplacementTestCase()
611 … const char *description, GLenum internalFormat, in UsagePositiveNegativeTestCase()
763GLenum internalFormat, const char *internalFormatName) in ResultClampingTestCase()
889 GLenum internalFormat, const char *internalFormatName) in UsageSlopeTestCase()
1008 …roSlopeTestCase(Context &context, const char *name, const char *description, GLenum internalFormat, in ZeroSlopeTestCase()
1105 …neSlopeTestCase(Context &context, const char *name, const char *description, GLenum internalFormat, in OneSlopeTestCase()
1255 GLenum internalFormat; in init() member
H A Des3fTextureFormatTests.cpp72 void checkSupport(const glu::ContextInfo &info, uint32_t internalFormat) in checkSupport()
130 … const char *description, uint32_t internalFormat, int width, int height) in Texture2DFormatCase()
307 … const char *description, uint32_t internalFormat, int width, int height) in TextureCubeFormatCase()
533 … const char *description, uint32_t internalFormat, int width, in Texture2DArrayFormatCase()
701 … const char *description, uint32_t internalFormat, int width, int height, in Texture3DFormatCase()
1428 uint32_t internalFormat; in init() member
1637 uint32_t internalFormat; in init() member
1647 uint32_t internalFormat = sizedColorFormats[formatNdx].internalFormat; in init() local
1679 uint32_t internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init() local
H A Des3fFboStateQueryTests.cpp507 GLenum internalFormat; in test() member
637 GLenum internalFormat; in test() member
649 GLenum internalFormat; in test() member
677 …void testColorAttachment(GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint… in testColorAttachment()
697 void testDepthAttachment(GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment()
724 …void testColorAttachment(GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint… in testColorAttachment()
744 void testDepthAttachment(GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp171 GLenum internalFormat, in setStorage()
189 angle::Result TextureD3D::setBuffer(const gl::Context *context, GLenum internalFormat) in setBuffer()
198 GLenum internalFormat, in setStorageExternalMemory()
222 gl::InternalFormat internalFormat = gl::GetSizedInternalFormatInfo(image->getInternalFormat()); in shouldUseSetData() local
1002 GLenum internalFormat, in setImage()
1087 GLenum internalFormat, in setCompressedImage()
1119 GLenum internalFormat, in copyImage()
1229 GLenum internalFormat, in copyTexture()
1360 GLenum internalFormat, in setStorage()
1586 GLenum internalFormat = getBaseLevelInternalFormat(); in createCompleteStorage() local
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp278GLenum internalFormat, const char *internalFormatName, int canvasSize) in PolygonOffsetTestCase()
358 …::UsageTestCase(Context &context, const char *name, const char *description, GLenum internalFormat, in UsageTestCase()
484GLenum internalFormat, const char *internalFormatName) in UsageDisplacementTestCase()
608 … const char *description, GLenum internalFormat, in UsagePositiveNegativeTestCase()
761GLenum internalFormat, const char *internalFormatName) in ResultClampingTestCase()
887 GLenum internalFormat, const char *internalFormatName) in UsageSlopeTestCase()
1006 …roSlopeTestCase(Context &context, const char *name, const char *description, GLenum internalFormat, in ZeroSlopeTestCase()
1103 …neSlopeTestCase(Context &context, const char *name, const char *description, GLenum internalFormat, in OneSlopeTestCase()
1253 GLenum internalFormat; in init() member
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1180 st_choose_format(struct st_context *st, GLenum internalFormat, in st_choose_format()
1321 GLint internalFormat, in st_ChooseTextureFormat()
1481 GLenum internalFormat, int samples[16]) in st_QuerySamplesForFormat()
1529 st_QueryTextureFormatSupport(struct gl_context *ctx, GLenum target, GLenum internalFormat) in st_QueryTextureFormatSupport()
1576 GLenum internalFormat, GLint rates[16]) in st_QueryCompressionRatesForFormat()
1612 GLenum internalFormat, GLenum pname, GLint *params) in st_QueryInternalFormat()
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/
H A 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()
363 GLenum internalFormat, GLenum glType, ExplicitType type, in CreateGLTexture1D()
473 GLenum internalFormat, GLenum glType, in CreateGLTexture2D()
654 GLenum internalFormat, GLenum glType, in CreateGLTexture3D()
865 GLenum internalFormat, GLenum glType, in CreateGLRenderbufferRaw()
1040 GLenum internalFormat, GLenum glType, in CreateGLTexture2DMultisample()
1303 GLenum target, GLenum glFormat, GLenum internalFormat, GLenum glType, in CreateGLTexture2DArrayMultisample()
1570 GLenum internalFormat, GLenum glType, in CreateGLRenderbuffer()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DTextureNULL.cpp23 GLenum internalFormat, in setImage()
50 GLenum internalFormat, in setCompressedImage()
73 GLenum internalFormat, in copyImage()
90 GLenum internalFormat, in copyTexture()
157 GLenum internalFormat, in setStorage()
166 GLenum internalFormat, in setStorageExternalMemory()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp93 ResultData createTexture1D(const Functions &gl, std::size_t components, GLenum internalFormat, GLen… in createTexture1D()
107 … createTexture2D(const Functions &gl, std::size_t components, GLenum target, GLenum internalFormat, in createTexture2D()
122 ResultData createTexture3D(const Functions &gl, std::size_t components, GLenum internalFormat, GLen… in createTexture3D()
137 ResultData createCubeMap(const Functions &gl, std::size_t components, GLenum internalFormat, GLenum… in createCubeMap()
154 ResultData createTexture2DArray(const Functions &gl, std::size_t components, GLenum internalFormat,… in createTexture2DArray()
169 ResultData createTextureBuffer(const Functions &gl, GLenum internalFormat) in createTextureBuffer()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DTextureWgpu.cpp98 GLenum internalFormat, in setImage()
126 GLenum internalFormat, in setCompressedImage()
149 GLenum internalFormat, in copyImage()
166 GLenum internalFormat, in copyTexture()
233 GLenum internalFormat, in setStorage()
242 GLenum internalFormat, in setStorageExternalMemory()
367 GLenum internalFormat, in setImageImpl()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp236 …nnormalizedCoordRange(const Vec4 &coord, const IVec3 &levelSize, const FloatFormat &internalFormat, in calcUnnormalizedCoordRange()
541 void convertFP16(const void *fp16Ptr, const de::SharedPtr<FloatFormat> &internalFormat, float &resu… in convertFP16()
552const de::SharedPtr<tcu::FloatFormat> &internalFormat, float &resultMin, float &resultMax) in convertNormalizedInt()
688const std::vector<de::SharedPtr<FloatFormat>> &internalFormat, Vec4 &resultMin, in convertNormalizedFormat()
822const std::vector<de::SharedPtr<FloatFormat>> &internalFormat, Vec4 &resultMin, Vec4 &resultMax) in convertFloatFormat()
861const std::vector<de::SharedPtr<FloatFormat>> &internalFormat, Vec4 &resultMin, Vec4 &resultMax) in convertFormat()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp35 GLenum internalFormat; member
58 int FindIOSurfaceFormatIndex(GLenum internalFormat, GLenum type) in FindIOSurfaceFormatIndex()
100 EGLAttrib internalFormat = attribs.get(EGL_TEXTURE_INTERNAL_FORMAT_ANGLE); in IOSurfaceSurfaceCGL() local
250 EGLAttrib internalFormat = attribs.get(EGL_TEXTURE_INTERNAL_FORMAT_ANGLE); in validateAttributes() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp118 void ContextWrapper::glTexImage1D(uint32_t target, int level, int internalFormat, int width, int bo… in glTexImage1D()
124 void ContextWrapper::glTexImage2D(uint32_t target, int level, int internalFormat, int width, int he… in glTexImage2D()
130 void ContextWrapper::glTexImage3D(uint32_t target, int level, int internalFormat, int width, int he… in glTexImage3D()
154 void ContextWrapper::glCopyTexImage1D(uint32_t target, int level, uint32_t internalFormat, int x, i… in glCopyTexImage1D()
160 void ContextWrapper::glCopyTexImage2D(uint32_t target, int level, uint32_t internalFormat, int x, i… in glCopyTexImage2D()
177 void ContextWrapper::glTexStorage2D(uint32_t target, int levels, uint32_t internalFormat, int width… in glTexStorage2D()
182 void ContextWrapper::glTexStorage3D(uint32_t target, int levels, uint32_t internalFormat, int width… in glTexStorage3D()

12345678910