OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_resolutions
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayColorDepthAttachments.cpp
206
m_resolutions
.push_back(_texture_size(8, 8));
207
m_resolutions
.push_back(_texture_size(64, 3));
208
m_resolutions
.push_back(_texture_size(117, 1));
209
m_resolutions
.push_back(_texture_size(256, 1));
210
m_resolutions
.push_back(_texture_size(173, 3));
653
for (_texture_size_vector::iterator texture_size_iterator =
m_resolutions
.begin(),
654
end_iterator =
m_resolutions
.end();
[
all
...]
esextcTextureCubeMapArrayColorDepthAttachments.hpp
114
_texture_size_vector
m_resolutions
;
member in class:glcts::TextureCubeMapArrayColorDepthAttachmentsTest
esextcTextureCubeMapArrayImageOperations.cpp
59
const int
m_resolutions
[TextureCubeMapArrayImageOpCompute::m_n_resolutions]
member in namespace:glcts
535
glw::GLuint width =
m_resolutions
[res_index][DL_WIDTH];
536
glw::GLuint height =
m_resolutions
[res_index][DL_HEIGHT];
537
glw::GLuint depth =
m_resolutions
[res_index][DL_DEPTH];
[
all
...]
esextcTextureCubeMapArraySampling.hpp
683
resolutionsVectorType
m_resolutions
;
member in class:glcts::TextureCubeMapArraySamplingTest
esextcTextureCubeMapArraySampling.cpp
[
all
...]
Completed in 234 milliseconds