Home
last modified time | relevance | path

Searched refs:_texture_properties (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp143 _texture_properties texture_2d_array_properties; in iterate()
144 _texture_properties texture_2d_multisample_array_properties; in iterate()
145 _texture_properties texture_2d_multisample_properties; in iterate()
146 _texture_properties texture_2d_properties; in iterate()
147 _texture_properties texture_3d_properties; in iterate()
148 _texture_properties texture_cm_face_properties; in iterate()
150 _texture_properties* texture_descriptors_with_extension[] = { &texture_2d_array_properties, in iterate()
157 _texture_properties* texture_descriptors_without_extension[] = { &texture_2d_array_properties, in iterate()
163 _texture_properties** texture_descriptors = NULL; in iterate()
413 const _texture_properties* texture_ptr = texture_descriptors[n_descriptor]; in iterate()
[all …]
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp118 } _texture_properties; typedef in glcts::MultisampleTextureGetTexLevelParametervFunctionalTest