Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_1D_ARRAY (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp/framework/opengl/
DgluStateReset.cpp820 gl.bindTexture (GL_TEXTURE_1D_ARRAY, 0); in resetStateGLCore()
821 gl.texImage2D (GL_TEXTURE_1D_ARRAY, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL); in resetStateGLCore()
822 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MIN_FILTER, GL_LINEAR_MIPMAP_NEAREST); in resetStateGLCore()
823 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MAG_FILTER, GL_LINEAR); in resetStateGLCore()
824 gl.texParameterfv (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_BORDER_COLOR, &borderColor[0]); in resetStateGLCore()
825 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_WRAP_S, GL_REPEAT); in resetStateGLCore()
826 gl.texParameterf (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MIN_LOD, -1000.0f); in resetStateGLCore()
827 gl.texParameterf (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MAX_LOD, 1000.0f); in resetStateGLCore()
828 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_BASE_LEVEL, 0); in resetStateGLCore()
829 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MAX_LEVEL, 1000); in resetStateGLCore()
[all …]
DgluTexture.cpp474 gl.bindTexture(GL_TEXTURE_1D_ARRAY, m_glTexture); in upload()
487 …gl.texImage2D(GL_TEXTURE_1D_ARRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /*… in upload()
/external/mesa3d/src/mesa/main/
Dtexformat.c251 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) { in _mesa_choose_tex_format()
262 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) { in _mesa_choose_tex_format()
671 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) in _mesa_choose_tex_format()
686 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) in _mesa_choose_tex_format()
Dformatquery.c75 case GL_TEXTURE_1D_ARRAY: in _legal_parameters()
401 case GL_TEXTURE_1D_ARRAY: in _is_target_supported()
483 case GL_TEXTURE_1D_ARRAY: in _is_resource_supported()
582 case GL_TEXTURE_1D_ARRAY: in _legal_target_for_framebuffer_texture_layer()
737 case GL_TEXTURE_1D_ARRAY: in equivalentSizePname()
1312 case GL_TEXTURE_1D_ARRAY: in _mesa_GetInternalformativ()
Dcopyimage.c88 case GL_TEXTURE_1D_ARRAY: in prepare_target()
268 case GL_TEXTURE_1D_ARRAY: in check_region_bounds()
294 case GL_TEXTURE_1D_ARRAY: in check_region_bounds()
Dtextureview.c389 case GL_TEXTURE_1D_ARRAY: in target_valid()
491 case GL_TEXTURE_1D_ARRAY: in _mesa_set_texture_view_state()
659 case GL_TEXTURE_1D_ARRAY: in _mesa_TextureView()
Dgenmipmap.c60 case GL_TEXTURE_1D_ARRAY: in _mesa_is_valid_generate_texture_mipmap_target()
Dteximage.c241 case GL_TEXTURE_1D_ARRAY: in _mesa_is_array_texture()
547 case GL_TEXTURE_1D_ARRAY: in _mesa_get_texture_dimensions()
601 case GL_TEXTURE_1D_ARRAY: in _mesa_tex_target_is_layered()
639 case GL_TEXTURE_1D_ARRAY: { in _mesa_get_texture_layers()
672 case GL_TEXTURE_1D_ARRAY: in _mesa_get_tex_max_num_levels()
851 case GL_TEXTURE_1D_ARRAY: in init_teximage_fields_ms()
1162 GLint yBorder = (target == GL_TEXTURE_1D_ARRAY) ? 0 : destImage->Border; in error_check_subtexture_dimensions()
1663 target != GL_TEXTURE_1D_ARRAY && in _mesa_legal_texture_base_format_for_target()
2853 if (*height >= 3 && target != GL_TEXTURE_1D_ARRAY) { in strip_texture_border()
3232 if (target != GL_TEXTURE_1D_ARRAY) in _mesa_texture_sub_image()
[all …]
Dtexobj.c829 if (height > 1 && t->Target != GL_TEXTURE_1D_ARRAY) { in _mesa_test_texobj_completeness()
973 target = GL_TEXTURE_1D_ARRAY; in _mesa_get_fallback_texture()
1565 case GL_TEXTURE_1D_ARRAY: in _mesa_tex_target_to_index()
2092 case GL_TEXTURE_1D_ARRAY: in _mesa_InvalidateTexSubImage()
Dfbobject.c416 if ((texImage->TexObject->Target == GL_TEXTURE_1D_ARRAY in driver_RenderTexture_is_safe()
418 || (texImage->TexObject->Target != GL_TEXTURE_1D_ARRAY in driver_RenderTexture_is_safe()
812 case GL_TEXTURE_1D_ARRAY: in test_attachment_completeness()
1156 else if (att_tex_target == GL_TEXTURE_1D_ARRAY) in _mesa_test_framebuffer_completeness()
2971 case GL_TEXTURE_1D_ARRAY: in check_texture_target()
3009 case GL_TEXTURE_1D_ARRAY: in check_textarget()
3101 else if ((target == GL_TEXTURE_1D_ARRAY) || in check_layer()
Dtexgetimage.c720 if (texImage->TexObject->Target == GL_TEXTURE_1D_ARRAY) { in _mesa_GetTexSubImage_sw()
963 case GL_TEXTURE_1D_ARRAY: in dimensions_error_check()
1043 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) { in dimensions_error_check()
Dtexstorage.c101 case GL_TEXTURE_1D_ARRAY: in legal_texobj_target()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_layout.c66 case GL_TEXTURE_1D_ARRAY: in tr_mode_horizontal_texture_alignment()
175 case GL_TEXTURE_1D_ARRAY: in tr_mode_vertical_texture_alignment()
447 mt->target == GL_TEXTURE_1D_ARRAY)) { in gen9_use_linear_1d_layout()
675 case GL_TEXTURE_1D_ARRAY: in intel_miptree_set_total_width_height()
Dgen8_depth_state.c195 case GL_TEXTURE_1D_ARRAY: in gen8_emit_depth_stencil_hiz()
Dintel_tex.c221 assert(tex_image->TexObject->Target != GL_TEXTURE_1D_ARRAY || in intel_map_texture_image()
Dintel_mipmap_tree.c315 if (target == GL_TEXTURE_1D_ARRAY) in intel_miptree_create_layout()
1003 case GL_TEXTURE_1D_ARRAY: in intel_get_image_dims()
1426 if (intel_obj->base.Target == GL_TEXTURE_1D_ARRAY) in intel_miptree_copy_teximage()
3188 case GL_TEXTURE_1D_ARRAY: in get_isl_surf_dim()
3214 case GL_TEXTURE_1D_ARRAY: in get_isl_dim_layout()
Dintel_tex_image.c86 case GL_TEXTURE_1D_ARRAY: in intel_miptree_create_for_teximage()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c65 if (texImage->TexObject->Target == GL_TEXTURE_1D_ARRAY) in texture_slices()
77 if (texImage->TexObject->Target == GL_TEXTURE_1D_ARRAY) in _swrast_teximage_slice_height()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c284 if (target == GL_TEXTURE_1D_ARRAY) { in _mesa_meta_GenerateMipmap()
355 if (target == GL_TEXTURE_1D_ARRAY) { in _mesa_meta_GenerateMipmap()
Dmeta_tex_subimage.c240 if (tex_image->TexObject->Target == GL_TEXTURE_1D_ARRAY) { in _mesa_meta_pbo_TexSubImage()
394 if (tex_image && tex_image->TexObject->Target == GL_TEXTURE_1D_ARRAY) { in _mesa_meta_pbo_GetTexSubImage()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex.c144 assert(tex_image->TexObject->Target != GL_TEXTURE_1D_ARRAY || in intel_map_texture_image()
Dintel_tex_image.c144 if (image->TexObject->Target == GL_TEXTURE_1D_ARRAY || in try_pbo_upload()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c383 case GL_TEXTURE_1D_ARRAY: in guess_base_level_size()
1262 if (gl_target == GL_TEXTURE_1D_ARRAY) { in try_pbo_upload()
1403 if (gl_target == GL_TEXTURE_1D_ARRAY) { in st_TexSubImage()
1532 if (gl_target == GL_TEXTURE_1D_ARRAY) { in st_TexSubImage()
1553 if (gl_target == GL_TEXTURE_1D_ARRAY) { in st_TexSubImage()
1981 if (gl_target == GL_TEXTURE_1D_ARRAY) { in st_GetTexSubImage()
2607 if (stObj->base.Target != GL_TEXTURE_1D_ARRAY) in st_finalize_texture()
Dst_texture.c132 case GL_TEXTURE_1D_ARRAY: in st_gl_texture_dims_to_pipe_dims()
Dst_pbo.c125 if (gl_target == GL_TEXTURE_1D_ARRAY) { in st_pbo_addresses_pixelstore()

12