/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 352 bool IsFloatingPointTexture(GLenum internal_format) in IsFloatingPointTexture() 369 GLenum internal_format = GL_RGB32F; in CreateTexture2DRgb() local 406 GLenum internal_format = GL_RG32F; in CreateTexture2DRg() local 444 GLenum internal_format = GL_R32F; in CreateTexture2DR() local 480 GLenum internal_format = InternalFormat(); in CreateTexture2DInt() local 512 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt() local 546 GLenum internal_format = InternalFormat(); in CreateTexture2DArray() local 581 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt() local 625 GLenum internal_format = InternalFormat(); in CreateTextureCube() local 673 GLenum internal_format = InternalFormat(); in CreateTextureSRGB() local [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 290 GLuint getPixelSizeForCompatibilityVerification(GLenum internal_format) in getPixelSizeForCompatibilityVerification() 567 GLdouble Utils::getEpsilon(GLenum internal_format) in getEpsilon() 651 GLenum Utils::getFormat(GLenum internal_format) in getFormat() 759 GLuint Utils::getNumberOfChannels(GLenum internal_format) in getNumberOfChannels() 851 GLenum Utils::getType(GLenum internal_format) in getType() 977 void Utils::maskPixelForFormat(GLenum internal_format, GLubyte *pixel) in maskPixelForFormat() 997 GLuint Utils::getPixelSizeForFormat(GLenum internal_format) in getPixelSizeForFormat() 1130 std::string Utils::getPixelString(GLenum internal_format, const GLubyte *pixel) in getPixelString() 1318 static const GLenum internal_format = GL_RGBA8; in prepareMultisampleTex() local 1365 GLuint Utils::prepareRenderBuffer(deqp::Context &context, GLenum internal_format) in prepareRenderBuffer() [all …]
|
H A D | gl4cStencilTexturingTests.cpp | 266 …createAndFill2DTexture(deqp::Context &context, GLuint width, GLuint height, GLenum internal_format, in createAndFill2DTexture() 662 GLenum internal_format = GL_R8UI; in dispatch() local 816 GLenum internal_format = 0; in prepareDestinationTexture() local 943 GLuint FunctionalTest::prepareSourceTexture(GLenum internal_format, bool is_stencil, in prepareSourceTexture() 1003 void FunctionalTest::prepareSourceTextureData(GLenum internal_format, std::vector<GLubyte> &texture… in prepareSourceTextureData() 1206 bool FunctionalTest::test(GLenum internal_format, bool is_stencil) in test()
|
H A D | gl4cTextureGatherTests.cpp | 437 GLenum internal_format = GL_RGB32F; in CreateTexture2DRgb() local 470 GLenum internal_format = GL_RG32F; in CreateTexture2DRg() local 503 GLenum internal_format = GL_R32F; in CreateTexture2DR() local 535 GLenum internal_format = InternalFormat(); in CreateTexture2DInt() local 573 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt() local 606 GLenum internal_format = InternalFormat(); in CreateTextureCubeArray() local 655 GLenum internal_format = InternalFormat(); in CreateTextureCubeArrayInt() local 696 GLenum internal_format = InternalFormat(); in CreateTexture2DArray() local 734 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt() local 777 GLenum internal_format = InternalFormat(); in CreateTextureCube() local [all …]
|
H A D | gl4cMultiBindTests.cpp | 985 void Texture::InitBuffer(deqp::Context &context, glw::GLenum internal_format, glw::GLuint buffer_id) in InitBuffer() 1009 …orage(deqp::Context &context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in InitStorage() 1061 … glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, in CompressedImage() 1164 …:Image(const glw::Functions &gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, in Image() 1215 …age(const glw::Functions &gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage()
|
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_formats.cpp | 172 static bool is_afbc_format(uint64_t internal_format) in is_afbc_format() 182 uint64_t internal_format = req_format; in determine_best_format() local 323 uint64_t internal_format, me_mask, base_format, mapped_base_format; in decode_internal_format() local 606 uint64_t internal_format = 0; in mali_gralloc_select_format() local
|
D | mali_gralloc_private_interface.cpp | 36 uint64_t *internal_format) in mali_gralloc_private_get_buff_int_fmt() 247 uint64_t internal_format) in mali_gralloc_private_set_priv_fmt()
|
D | mali_gralloc_bufferdescriptor.h | 49 uint64_t internal_format; member
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_formats.cpp | 172 static bool is_afbc_format(uint64_t internal_format) in is_afbc_format() 182 uint64_t internal_format = req_format; in determine_best_format() local 323 uint64_t internal_format, me_mask, base_format, mapped_base_format; in decode_internal_format() local 606 uint64_t internal_format = 0; in mali_gralloc_select_format() local
|
D | mali_gralloc_private_interface.cpp | 36 uint64_t *internal_format) in mali_gralloc_private_get_buff_int_fmt() 247 uint64_t internal_format) in mali_gralloc_private_set_priv_fmt()
|
D | mali_gralloc_bufferdescriptor.h | 50 uint64_t internal_format; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | gen_load_functions_table.py | 104 def load_functions_name(internal_format, angle_format): argument 108 def unknown_func_name(internal_format): argument 132 def get_unknown_load_func(angle_to_type_map, internal_format): argument
|
H A D | angle_format.py | 146 def gl_format_channels(internal_format): argument 184 def get_internal_format_initializer(internal_format, format_id): argument
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | indirect_texture_compression.c | 77 GLenum internal_format, in CompressedTexImage1D2D() 195 GLenum internal_format, GLsizei width, in __indirect_glCompressedTexImage1D() 207 GLenum internal_format, in __indirect_glCompressedTexImage2D() 220 GLenum internal_format, in __indirect_glCompressedTexImage3D()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | gl_texture.cc | 133 GLenum internal_format = ToTextureInternalFormat(data_type, normalized); in CreateReadOnlyRgba2dImageTexture() local 161 GLenum internal_format = ToTextureInternalFormat(data_type, normalized); in CreateReadOnlyRgba3dImageTexture() local 225 const GLenum internal_format = ToTextureInternalFormat(data_type, normalized); in CreateReadWriteRgbaImageTexture() local 244 GLenum internal_format = ToTextureInternalFormat(data_type, normalized); in CreateReadWriteRgbaImageTexture() local
|
/aosp_15_r20/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
D | drmutils.cpp | 99 const uint64_t internal_format = (unmasked_format & MALI_GRALLOC_INTFMT_FMT_MASK); in drm_fourcc_from_handle() local 119 const uint64_t internal_format = hnd->alloc_format; in drm_modifier_from_handle() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | gen_texture_format_table.py | 72 def get_swizzle_format_id(internal_format, angle_format): argument 190 def json_to_table_data(internal_format, format_name, prefix, json): argument
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/ |
D | format_info.cpp | 222 uint32_t internal_format; member 368 uint32_t internal_format = base_format; in get_internal_format() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 692 glw::GLenum internal_format = GL_NONE; in prepareImmutableTextureObject() local 733 glw::GLenum internal_format = GL_NONE; in prepareMutableTextureObject() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | glformats.c | 4119 GLenum internal_format) in _mesa_is_es3_color_renderable() 4192 GLenum internal_format) in _mesa_is_es3_texture_filterable()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 644 … glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, in CompressedImage() 775 …:Image(const glw::Functions &gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, in Image() 826 …age(const glw::Functions &gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, in Storage() 1690 GLenum internal_format = 0; in prepareTexture() local
|
/aosp_15_r20/cts/tests/vr/jni/ |
H A D | VrExtensionsJni.cpp | 477 GLenum internal_format = use_srgb_format ? GL_SRGB8_ALPHA8_EXT : GL_RGBA8_OES; in testLinearMagnification() local 556 GLenum internal_format = use_srgb_format ? GL_SRGB8_ALPHA8_EXT : GL_RGBA8_OES; in testFramebufferBlending() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 159 def gen_format_case(angle, internal_format, vk_json_data): argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | gen_wgpu_format_table.py | 161 def gen_format_case(angle, internal_format, wgpu_json_data): argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles32/ |
H A D | es32cCopyImageTests.cpp | 88 IntegerTexTest::IntegerTexTest(deqp::Context &context, const char *name, glw::GLint internal_format… in IntegerTexTest()
|