Searched defs:CreateTexture (Results 1 - 2 of 2) sorted by relevance
/external/autotest/client/deps/nvmap_compactor/src/ |
H A D | nvmap_carveout_compactor.c | 134 static GLuint CreateTexture(int width, int height, int number) function 323 tex[i] = CreateTexture(phase_width - 1, phase_height - 1, 808 fill_tex[i] = CreateTexture(511, 511, (i % 16));
|
/external/deqp/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 887 class CreateTexture : public Operation class in namespace:deqp::egl::GLES2ThreadTest 890 CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync); 897 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CreateTexture 898 : Operation ("CreateTexture", useSync, serverSync) 904 void CreateTexture::exec (tcu::ThreadUtil::Thread& t) 2638 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateTexture(texture, m_config.useFenceSync, m_config.serverSync)); 3260 m_threads[0]->addOperation(new GLES2ThreadTest::CreateTexture(texture, m_config.useFenceSync, m_config.serverSync)); 3369 m_threads[0]->addOperation(new GLES2ThreadTest::CreateTexture(sourceTexture, m_config.useFenceSync, m_config.serverSync)); 3383 m_threads[0]->addOperation(new GLES2ThreadTest::CreateTexture(textur [all...] |
Completed in 151 milliseconds