/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 296 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 …]
|
D | st_cb_eglimage.c | 90 strb->Base.InternalFormat = strb->Base._BaseFormat; in st_egl_image_target_renderbuffer_storage()
|
D | st_gen_mipmap.c | 250 dstDepth, border, srcImage->InternalFormat, in st_generate_mipmap()
|
D | st_cb_texture.c | 510 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()
|
D | st_cb_clear.c | 305 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()
|
D | st_atom_sampler.c | 181 is_integer = _mesa_is_enum_format_integer(teximg->InternalFormat); in convert_sampler()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 276 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()
|
D | s_texrender.c | 86 rb->InternalFormat = swImage->Base.InternalFormat; in update_wrapper()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInternalFormatQueryTests.cpp | 172 const struct InternalFormat in init() struct 229 const InternalFormat internalFormat = internalFormats[ndx]; in init()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 319 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()
|
D | intel_tex_copy.c | 57 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_fbo.c | 319 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()
|
D | intel_tex_copy.c | 57 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 319 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()
|
D | intel_tex_copy.c | 57 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
|
D | gen7_wm_surface_state.c | 328 firstImage->InternalFormat, in gen7_update_texture_surface()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 596 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/ |
D | radeon_fbo.c | 596 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/ |
D | swrast.c | 350 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/ |
D | fbobject.c | 615 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 …]
|
D | renderbuffer.c | 55 rb->InternalFormat = GL_RGBA; in _mesa_init_renderbuffer()
|
D | teximage.c | 1107 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/ |
D | xm_buffer.c | 268 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/ |
D | nouveau_fbo.c | 42 rb->InternalFormat = internalFormat; in set_renderbuffer_format()
|
/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 372 static const struct InternalFormat in init() struct
|