Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp227 class TextureBufferSamplerTypeCase : public BaseTypeCase class
230 TextureBufferSamplerTypeCase (Context& ctx, const char* name, const char* desc);
236 TextureBufferSamplerTypeCase::TextureBufferSamplerTypeCase (Context& ctx, const char* name, const c… in TextureBufferSamplerTypeCase() function in deqp::gles31::Functional::__anon4253dceb0111::TextureBufferSamplerTypeCase
241 std::vector<BaseTypeCase::TestTypeInfo> TextureBufferSamplerTypeCase::getInfos (void) const in getInfos()
458 …addChild(new TextureBufferSamplerTypeCase (m_context, "sampler_type_texture_buffer", "Texture buf… in init()