Home
last modified time | relevance | path

Searched defs:internal_format (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp352 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 Dgl4cCopyImageTests.cpp290 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 Dgl4cStencilTexturingTests.cpp266 …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 Dgl4cTextureGatherTests.cpp437 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 Dgl4cMultiBindTests.cpp985 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()
1061glw::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/
Dmali_gralloc_formats.cpp172 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
Dmali_gralloc_private_interface.cpp36 uint64_t *internal_format) in mali_gralloc_private_get_buff_int_fmt()
247 uint64_t internal_format) in mali_gralloc_private_set_priv_fmt()
Dmali_gralloc_bufferdescriptor.h49 uint64_t internal_format; member
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_formats.cpp172 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
Dmali_gralloc_private_interface.cpp36 uint64_t *internal_format) in mali_gralloc_private_get_buff_int_fmt()
247 uint64_t internal_format) in mali_gralloc_private_set_priv_fmt()
Dmali_gralloc_bufferdescriptor.h50 uint64_t internal_format; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dgen_load_functions_table.py104 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 Dangle_format.py146 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 Dindirect_texture_compression.c77 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 Dgl_texture.cc133 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/
Ddrmutils.cpp99 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 Dgen_texture_format_table.py72 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/
Dformat_info.cpp222 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 DesextcTextureCubeMapArrayColorDepthAttachments.cpp692 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 Dglformats.c4119 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 DglcRobustBufferAccessBehaviorTests.cpp644glw::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 DVrExtensionsJni.cpp477 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 Dgen_vk_format_table.py159 def gen_format_case(angle, internal_format, vk_json_data): argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dgen_wgpu_format_table.py161 def gen_format_case(angle, internal_format, wgpu_json_data): argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gles32/
H A Des32cCopyImageTests.cpp88 IntegerTexTest::IntegerTexTest(deqp::Context &context, const char *name, glw::GLint internal_format in IntegerTexTest()

123