Lines Matching refs:targets
53 "work correctly for all ES3.1 texture targets.")
415 /* Multisample texture targets are not supported by glTexImage*D() API in ES3.1.
519 } /* for (all cube-map texture targets) */
560 target_to_texture_properties_map targets;
562 targets[GL_TEXTURE_2D] = &texture_2d_properties;
563 targets[GL_TEXTURE_2D_ARRAY] = &texture_2d_array_properties;
564 targets[GL_TEXTURE_2D_MULTISAMPLE] = &texture_2d_multisample_properties;
565 targets[GL_TEXTURE_3D] = &texture_3d_properties;
566 targets[GL_TEXTURE_CUBE_MAP_NEGATIVE_X] = &texture_cm_face_properties;
567 targets[GL_TEXTURE_CUBE_MAP_NEGATIVE_Y] = &texture_cm_face_properties;
568 targets[GL_TEXTURE_CUBE_MAP_NEGATIVE_Z] = &texture_cm_face_properties;
569 targets[GL_TEXTURE_CUBE_MAP_POSITIVE_X] = &texture_cm_face_properties;
570 targets[GL_TEXTURE_CUBE_MAP_POSITIVE_Y] = &texture_cm_face_properties;
571 targets[GL_TEXTURE_CUBE_MAP_POSITIVE_Z] = &texture_cm_face_properties;
575 targets[GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES] = &texture_2d_multisample_array_properties;
578 for (target_to_texture_properties_map_const_iterator target_iterator = targets.begin();
579 target_iterator != targets.end(); target_iterator++)
584 /* Multisample texture targets are not supported by glTexImage*D() API in ES3.1.
929 } /* for (all texture targets) */