Home
last modified time | relevance | path

Searched refs:InternalFormat (Results 1 – 25 of 47) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c294 strb->Base.InternalFormat = GL_RGBA8; in st_new_renderbuffer_fb()
299 strb->Base.InternalFormat = GL_RGB8; in st_new_renderbuffer_fb()
304 strb->Base.InternalFormat = GL_SRGB8_ALPHA8; in st_new_renderbuffer_fb()
309 strb->Base.InternalFormat = GL_SRGB8; in st_new_renderbuffer_fb()
312 strb->Base.InternalFormat = GL_RGB5_A1; in st_new_renderbuffer_fb()
315 strb->Base.InternalFormat = GL_RGBA4; in st_new_renderbuffer_fb()
318 strb->Base.InternalFormat = GL_RGB565; in st_new_renderbuffer_fb()
321 strb->Base.InternalFormat = GL_DEPTH_COMPONENT16; in st_new_renderbuffer_fb()
324 strb->Base.InternalFormat = GL_DEPTH_COMPONENT32; in st_new_renderbuffer_fb()
328 strb->Base.InternalFormat = GL_DEPTH24_STENCIL8_EXT; in st_new_renderbuffer_fb()
[all …]
Dst_sampler_view.c295 if (firstImage->InternalFormat != GL_DEPTH_COMPONENT && in get_texture_format_swizzle()
296 firstImage->InternalFormat != GL_DEPTH_STENCIL && in get_texture_format_swizzle()
297 firstImage->InternalFormat != GL_STENCIL_INDEX) in get_texture_format_swizzle()
Dst_cb_eglimage.c86 strb->Base.InternalFormat = strb->Base._BaseFormat; in st_egl_image_target_renderbuffer_storage()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp534 GLenum internal_format = InternalFormat(); in CreateTexture2DInt()
572 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt()
605 GLenum internal_format = InternalFormat(); in CreateTextureCubeArray()
654 GLenum internal_format = InternalFormat(); in CreateTextureCubeArrayInt()
695 GLenum internal_format = InternalFormat(); in CreateTexture2DArray()
733 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt()
776 GLenum internal_format = InternalFormat(); in CreateTextureCube()
827 GLenum internal_format = InternalFormat(); in CreateTexture2D()
991 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon617ca93b0111::GatherBase
1156 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon617ca93b0111::PlainGatherFloat2DRg
[all …]
Dgl4cDirectStateAccessTexturesTests.cpp221 glw::GLenum Reference::InternalFormat<glw::GLbyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
227 glw::GLenum Reference::InternalFormat<glw::GLbyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
233 glw::GLenum Reference::InternalFormat<glw::GLbyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
239 glw::GLenum Reference::InternalFormat<glw::GLbyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
245 glw::GLenum Reference::InternalFormat<glw::GLubyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
251 glw::GLenum Reference::InternalFormat<glw::GLubyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
257 glw::GLenum Reference::InternalFormat<glw::GLubyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
263 glw::GLenum Reference::InternalFormat<glw::GLubyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
269 glw::GLenum Reference::InternalFormat<glw::GLshort, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
275 glw::GLenum Reference::InternalFormat<glw::GLshort, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp480 GLenum internal_format = InternalFormat(); in CreateTexture2DInt()
512 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt()
546 GLenum internal_format = InternalFormat(); in CreateTexture2DArray()
581 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt()
625 GLenum internal_format = InternalFormat(); in CreateTextureCube()
673 GLenum internal_format = InternalFormat(); in CreateTextureSRGB()
709 GLenum internal_format = InternalFormat(); in CreateTexture2D()
714 GLenum tex_type = InternalFormat() == GL_SRGB8_ALPHA8 ? GL_UNSIGNED_BYTE : GL_FLOAT; in CreateTexture2D()
879 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon468074ec0111::GatherBase
1015 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon468074ec0111::PlainGatherInt2D
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c274 rb->InternalFormat = GL_RGBA; in add_color_renderbuffers()
313 rb->InternalFormat = GL_DEPTH_COMPONENT16; in add_depth_renderbuffer()
316 rb->InternalFormat = GL_DEPTH_COMPONENT24; in add_depth_renderbuffer()
319 rb->InternalFormat = GL_DEPTH_COMPONENT32; in add_depth_renderbuffer()
358 rb->InternalFormat = GL_STENCIL_INDEX8; in add_stencil_renderbuffer()
382 rb->InternalFormat = GL_DEPTH_STENCIL; in add_depth_stencil_renderbuffer()
421 rb->InternalFormat = GL_RGBA16_SNORM; in add_accum_renderbuffer()
465 rb->InternalFormat = GL_RGBA; in add_aux_renderbuffers()
/external/mesa3d/src/mesa/main/
Drenderbuffer.c70 rb->InternalFormat = GL_RGBA4; in _mesa_init_renderbuffer()
72 rb->InternalFormat = GL_RGBA; in _mesa_init_renderbuffer()
Dgenmipmap.c143 srcImage->InternalFormat)) { in _mesa_generate_texture_mipmap()
147 _mesa_enum_to_string(srcImage->InternalFormat)); in _mesa_generate_texture_mipmap()
Dcopyimage.c132 *internalFormat = rb->InternalFormat; in prepare_target()
208 *internalFormat = (*tex_image)->InternalFormat; in prepare_target()
Dshaderimage.c503 tex_format = _mesa_get_shader_image_format(img->InternalFormat); in _mesa_is_image_unit_valid()
725 tex_format = image->InternalFormat; in _mesa_BindImageTextures()
Dblit.c151 readFormat = _mesa_get_nongeneric_internalformat(readRb->InternalFormat); in compatible_resolve_formats()
152 drawFormat = _mesa_get_nongeneric_internalformat(drawRb->InternalFormat); in compatible_resolve_formats()
Dteximage.c773 img->InternalFormat = 0; in clear_teximage_fields()
824 img->InternalFormat = internalFormat; in init_teximage_fields_ms()
2185 texImage->InternalFormat, in texsubimage_error_check()
2204 if (_mesa_format_no_online_compression(ctx, texImage->InternalFormat)) { in texsubimage_error_check()
2345 rb_internal_format = rb->InternalFormat; in copytexture_error_check()
2346 rb_base_format = _mesa_base_tex_format(ctx, rb->InternalFormat); in copytexture_error_check()
2566 if (_mesa_format_no_online_compression(ctx, texImage->InternalFormat)) { in copytexsubimage_error_check()
2573 if (texImage->InternalFormat == GL_YCBCR_MESA) { in copytexsubimage_error_check()
2593 if (_mesa_is_color_format(texImage->InternalFormat)) { in copytexsubimage_error_check()
2775 prevImage->InternalFormat == internalFormat) { in _mesa_choose_texture_format()
[all …]
Dtextureview.c625 origTexObj->Image[0][0]->InternalFormat, in _mesa_TextureView()
630 _mesa_enum_to_string(origTexObj->Image[0][0]->InternalFormat)); in _mesa_TextureView()
Dfbobject.c469 rb->InternalFormat = texImage->InternalFormat; in _mesa_update_texture_renderbuffer()
895 if (!att->Renderbuffer->InternalFormat || in test_attachment_completeness()
1047 texImg->InternalFormat) && in _mesa_test_framebuffer_completeness()
1076 f = att->Renderbuffer->InternalFormat; in _mesa_test_framebuffer_completeness()
2061 if (rb->InternalFormat == internalFormat && in _mesa_renderbuffer_storage()
2080 rb->InternalFormat = internalFormat; in _mesa_renderbuffer_storage()
2089 rb->InternalFormat = GL_NONE; in _mesa_renderbuffer_storage()
2373 *params = rb->InternalFormat; in get_render_buffer_parameteriv()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp172 const struct InternalFormat in init() struct
229 const InternalFormat internalFormat = internalFormats[ndx]; in init()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c592 rb->InternalFormat = image->internal_format; in radeon_image_target_renderbuffer_storage()
613 rb->InternalFormat = internalFormat; in radeon_alloc_window_storage()
657 rb->InternalFormat = _mesa_get_format_base_format(format); in radeon_create_renderbuffer()
741 rb->InternalFormat = texImage->InternalFormat; in radeon_update_wrapper()
742 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c592 rb->InternalFormat = image->internal_format; in radeon_image_target_renderbuffer_storage()
613 rb->InternalFormat = internalFormat; in radeon_alloc_window_storage()
657 rb->InternalFormat = _mesa_get_format_base_format(format); in radeon_create_renderbuffer()
741 rb->InternalFormat = texImage->InternalFormat; in radeon_update_wrapper()
742 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c438 rb->InternalFormat = GL_RGBA; in swrast_new_renderbuffer()
444 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
450 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
456 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c55 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
Dintel_fbo.c273 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
296 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
334 rb->InternalFormat = rb->_BaseFormat; in intel_create_renderbuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_copy.c53 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
Dintel_fbo.c390 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
415 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
460 rb->InternalFormat = rb->_BaseFormat; in intel_create_renderbuffer()
Dbrw_wm.c340 switch (img->InternalFormat) { in brw_populate_sampler_prog_key_data()
378 key->gen6_gather_wa[s] = gen6_gather_workaround(img->InternalFormat); in brw_populate_sampler_prog_key_data()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c268 rb->InternalFormat = internalFormat; in xmesa_alloc_front_storage()
337 xrb->Base.Base.InternalFormat = GL_RGBA; in xmesa_new_renderbuffer()

12