Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c296 strb->Base.InternalFormat = GL_RGBA8; in st_new_renderbuffer_fb()
301 strb->Base.InternalFormat = GL_RGB8; in st_new_renderbuffer_fb()
304 strb->Base.InternalFormat = GL_RGB5_A1; in st_new_renderbuffer_fb()
307 strb->Base.InternalFormat = GL_RGBA4; in st_new_renderbuffer_fb()
310 strb->Base.InternalFormat = GL_RGB565; in st_new_renderbuffer_fb()
313 strb->Base.InternalFormat = GL_DEPTH_COMPONENT16; in st_new_renderbuffer_fb()
316 strb->Base.InternalFormat = GL_DEPTH_COMPONENT32; in st_new_renderbuffer_fb()
322 strb->Base.InternalFormat = GL_DEPTH24_STENCIL8_EXT; in st_new_renderbuffer_fb()
325 strb->Base.InternalFormat = GL_STENCIL_INDEX8_EXT; in st_new_renderbuffer_fb()
329 strb->Base.InternalFormat = GL_RGBA16_SNORM; in st_new_renderbuffer_fb()
[all …]
Dst_cb_eglimage.c90 strb->Base.InternalFormat = strb->Base._BaseFormat; in st_egl_image_target_renderbuffer_storage()
Dst_gen_mipmap.c250 dstDepth, border, srcImage->InternalFormat, in st_generate_mipmap()
Dst_cb_texture.c510 texImage->InternalFormat, format, in prep_teximage()
516 texImage->InternalFormat, texFormat); in prep_teximage()
865 const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat); in compatible_src_dst_formats()
866 const GLenum dstFormat = _mesa_base_tex_format(ctx, dst->InternalFormat); in compatible_src_dst_formats()
Dst_cb_clear.c305 GLboolean is_integer = _mesa_is_enum_format_integer(rb->InternalFormat); in clear_with_quad()
548 GLboolean is_integer = _mesa_is_enum_format_integer(rb->InternalFormat); in st_Clear()
Dst_atom_sampler.c181 is_integer = _mesa_is_enum_format_integer(teximg->InternalFormat); in convert_sampler()
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c276 rb->InternalFormat = GL_RGBA; in add_color_renderbuffers()
315 rb->InternalFormat = GL_DEPTH_COMPONENT16; in add_depth_renderbuffer()
318 rb->InternalFormat = GL_DEPTH_COMPONENT24; in add_depth_renderbuffer()
321 rb->InternalFormat = GL_DEPTH_COMPONENT32; in add_depth_renderbuffer()
360 rb->InternalFormat = GL_STENCIL_INDEX8; in add_stencil_renderbuffer()
384 rb->InternalFormat = GL_DEPTH_STENCIL; in add_depth_stencil_renderbuffer()
423 rb->InternalFormat = GL_RGBA16_SNORM; in add_accum_renderbuffer()
467 rb->InternalFormat = GL_RGBA; in add_aux_renderbuffers()
Ds_texrender.c86 rb->InternalFormat = swImage->Base.InternalFormat; in update_wrapper()
/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/i915/
Dintel_fbo.c319 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
340 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
367 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height); in intel_resize_buffers()
408 rb->InternalFormat = rb->_BaseFormat; in intel_create_renderbuffer()
524 rb->InternalFormat = image->InternalFormat; in intel_renderbuffer_update_wrapper()
Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c319 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
340 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
367 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height); in intel_resize_buffers()
408 rb->InternalFormat = rb->_BaseFormat; in intel_create_renderbuffer()
524 rb->InternalFormat = image->InternalFormat; in intel_renderbuffer_update_wrapper()
Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c319 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
340 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
367 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height); in intel_resize_buffers()
408 rb->InternalFormat = rb->_BaseFormat; in intel_create_renderbuffer()
524 rb->InternalFormat = image->InternalFormat; in intel_renderbuffer_update_wrapper()
Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
Dgen7_wm_surface_state.c328 firstImage->InternalFormat, in gen7_update_texture_surface()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c596 rb->InternalFormat = image->internal_format; in radeon_image_target_renderbuffer_storage()
617 rb->InternalFormat = internalFormat; in radeon_alloc_window_storage()
652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height); in radeon_resize_buffers()
693 rb->InternalFormat = _mesa_get_format_base_format(format); in radeon_create_renderbuffer()
777 rb->InternalFormat = texImage->InternalFormat; in radeon_update_wrapper()
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c596 rb->InternalFormat = image->internal_format; in radeon_image_target_renderbuffer_storage()
617 rb->InternalFormat = internalFormat; in radeon_alloc_window_storage()
652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height); in radeon_resize_buffers()
693 rb->InternalFormat = _mesa_get_format_base_format(format); in radeon_create_renderbuffer()
777 rb->InternalFormat = texImage->InternalFormat; in radeon_update_wrapper()
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat); in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c350 rb->InternalFormat = GL_RGBA; in swrast_new_renderbuffer()
356 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
362 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
368 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
/external/mesa3d/src/mesa/main/
Dfbobject.c615 if (!att->Renderbuffer->InternalFormat || in test_attachment_completeness()
764 f = att->Renderbuffer->InternalFormat; in _mesa_test_framebuffer_completeness()
1460 if (rb->InternalFormat == internalFormat && in renderbuffer_storage()
1479 rb->InternalFormat = internalFormat; in renderbuffer_storage()
1488 rb->InternalFormat = GL_NONE; in renderbuffer_storage()
1628 *params = rb->InternalFormat; in _mesa_GetRenderbufferParameterivEXT()
2648 if (_mesa_is_enum_format_integer(srcImage->InternalFormat) || in _mesa_GenerateMipmapEXT()
2649 _mesa_is_depthstencil_format(srcImage->InternalFormat) || in _mesa_GenerateMipmapEXT()
2650 _mesa_is_stencil_format(srcImage->InternalFormat)) { in _mesa_GenerateMipmapEXT()
2859 readFormat = get_nongeneric_internalformat(colorReadRb->InternalFormat); in compatible_resolve_formats()
[all …]
Drenderbuffer.c55 rb->InternalFormat = GL_RGBA; in _mesa_init_renderbuffer()
Dteximage.c1107 img->InternalFormat = 0; in clear_teximage_fields()
1153 img->InternalFormat = internalFormat; in _mesa_init_teximage_fields()
2262 if (compressedteximage_only_format(ctx, destTex->InternalFormat)) { in subtexture_error_check2()
2418 if (_mesa_is_enum_format_integer(rb->InternalFormat) != in copytexture_error_check()
2607 if (compressedteximage_only_format(ctx, teximage->InternalFormat)) { in copytexsubimage_error_check2()
2631 if (teximage->InternalFormat == GL_YCBCR_MESA) { in copytexsubimage_error_check2()
2650 if (_mesa_is_color_format(teximage->InternalFormat)) { in copytexsubimage_error_check2()
2819 prevImage->InternalFormat == internalFormat) { in _mesa_choose_texture_format()
3688 if ((GLint) format != texImage->InternalFormat) { in compressed_subtexture_error_check2()
/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()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c42 rb->InternalFormat = internalFormat; in set_renderbuffer_format()
/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp372 static const struct InternalFormat in init() struct

12