Searched refs:m_textures (Results 26 - 34 of 34) sorted by relevance

12

/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp326 LongStressCaseInternal::Texture>* m_textures; member in class:deqp::gls::LongStressCase
/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp131 m_textures.push_back(TextureBinding(m_brickTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
133 DE_ASSERT(m_textures.size() == 1);
H A Des2fShaderTextureFunctionTests.cpp362 m_textures.push_back(gls::TextureBinding(m_texture2D, m_textureSpec.sampler));
407 m_textures.push_back(gls::TextureBinding(m_textureCube, m_textureSpec.sampler));
/external/deqp/modules/gles3/functional/
H A Des3fShaderStructTests.cpp97 m_textures.push_back(TextureBinding(m_brickTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
99 DE_ASSERT(m_textures.size() == 1);
H A Des3fShaderTextureFunctionTests.cpp666 m_textures.push_back(gls::TextureBinding(m_texture2D, m_textureSpec.sampler));
724 m_textures.push_back(gls::TextureBinding(m_textureCube, m_textureSpec.sampler));
760 m_textures.push_back(gls::TextureBinding(m_texture2DArray, m_textureSpec.sampler));
792 m_textures.push_back(gls::TextureBinding(m_texture3D, m_textureSpec.sampler));
/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp532 vector<glu::Texture2D*> m_textures;
2221 for (vector<glu::Texture2D*>::iterator i = m_textures.begin(); i != m_textures.end(); i++)
2223 m_textures.clear();
2232 DE_ASSERT(m_textures.empty());
2234 m_textures.reserve(m_numLookups);
2252 m_textures.push_back(tex);
/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp532 vector<glu::Texture2D*> m_textures;
2241 for (vector<glu::Texture2D*>::iterator i = m_textures.begin(); i != m_textures.end(); i++)
2243 m_textures.clear();
2252 DE_ASSERT(m_textures.empty());
2254 m_textures.reserve(m_numLookups);
2272 m_textures.push_back(tex);
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp83 const SharedPtr<Texture> getTexture (int index) const { return m_textures[index]; }
84 void addTexture (SharedPtr<Texture> texture) { m_textures.push_back(texture); }
85 int getTextureCount (void) const { return (int)m_textures.size(); }
103 std::vector<SharedPtr<Texture> > m_textures; member in class:deqp::egl::GLES2ThreadTest::GLES2ResourceManager
111 SharedPtr<Texture> texture = m_textures[index];
113 m_textures.erase(m_textures.begin() + index);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp874 rc::ObjectManager<rc::Texture> m_textures; member in class:sglr::ReferenceContext

Completed in 162 milliseconds

12