Searched refs:STORAGE_TYPE (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageTextureSize.hpp | 96 STORAGE_TYPE storType, glw::GLboolean shadow); 103 …configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType); 107 STORAGE_TYPE storType) = 0; 140 …configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType); 143 STORAGE_TYPE storType); 271 STORAGE_TYPE storType); 328 …configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType); 332 STORAGE_TYPE storType);
|
D | esextcTextureCubeMapArrayGenerateMipMap.hpp | 81 const char* description, STORAGE_TYPE storageType); 105 STORAGE_TYPE m_storage_type; 126 const char* description, STORAGE_TYPE storageType); 143 STORAGE_TYPE m_storage_type;
|
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 166 if (!isMutableTextureTestable() && (STORAGE_TYPE)i == ST_MUTABLE) in iterate() 179 configureTextures(width, height, depth, (STORAGE_TYPE)i); in iterate() 188 if (!checkResults(width, height, depth, (STORAGE_TYPE)i)) in iterate() 226 STORAGE_TYPE storType, glw::GLboolean shadow) in createCubeMapArrayTexture() 316 STORAGE_TYPE storType) in configureTextures() 447 STORAGE_TYPE storType) in configureTextures() 469 glw::GLuint depth, STORAGE_TYPE storType) in checkResults() 1169 glw::GLuint depth, STORAGE_TYPE storType) in checkResults() 1589 glw::GLuint depth, STORAGE_TYPE storType) in configureTextures() 1647 glw::GLuint depth, STORAGE_TYPE storType) in checkResults()
|
D | esextcTextureCubeMapArraySubImage3D.hpp | 132 …ubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType,
|
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 92 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapFilterable() 486 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapNonFilterable()
|
D | esextcTextureCubeMapArraySubImage3D.cpp | 153 configureCubeMapArrayTexture(width, height, depth, static_cast<STORAGE_TYPE>(storage_index), 0); in iterate() 314 glw::GLuint depth, STORAGE_TYPE storType, in configureCubeMapArrayTexture()
|
D | esextcTextureCubeMapArrayImageOperations.cpp | 141 STORAGE_TYPE storType, T* expectedData) in checkResults() 261 glw::GLuint depth, STORAGE_TYPE storType, glw::GLenum internalFormat, glw::GLenum format, in configureTexture()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 53 enum STORAGE_TYPE enum
|