Searched refs:shader_collection (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 3609 shaderCollectionForTextureFormat shader_collection; local 3612 shader_collection.init(gl, *format, m_functions, *this); 3614 program_collection.init(gl, shader_collection, *this, isContextES); 4280 const glw::Functions& gl, const shaderCollectionForTextureFormat& shader_collection, argument 4285 shader_collection.getShaderGroup(Texture, shader_group); 4288 shader_collection.getShaderGroup(TextureLod, shader_group); 4291 shader_collection.getShaderGroup(TextureGrad, shader_group); 4294 shader_collection.getShaderGroup(TextureGather, shader_group);
|
D | esextcTextureCubeMapArraySampling.hpp | 541 void init(const glw::Functions& gl, const shaderCollectionForTextureFormat& shader_collection,
|