Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp219 class TextureBufferSamplerTypeCase : public BaseTypeCase class
222 TextureBufferSamplerTypeCase (Context& ctx, const char* name, const char* desc);
228 TextureBufferSamplerTypeCase::TextureBufferSamplerTypeCase (Context& ctx, const char* name, const c… in TextureBufferSamplerTypeCase() function in deqp::gles31::Functional::__anonb5b999e60111::TextureBufferSamplerTypeCase
233 std::vector<BaseTypeCase::TestTypeInfo> TextureBufferSamplerTypeCase::getInfos (void) const in getInfos()
446 …addChild(new TextureBufferSamplerTypeCase (m_context, "sampler_type_texture_buffer", "Texture buf… in init()