Home
last modified time | relevance | path

Searched defs:CreateTexture (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c134 static GLuint CreateTexture(int width, int height, int number) in CreateTexture() function
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp187 …long Direct3DDevice9Ex::CreateTexture(unsigned int width, unsigned int height, unsigned int levels… in CreateTexture() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp828 …long Direct3DDevice9::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, … in CreateTexture() function in D3D9::Direct3DDevice9
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp887 class CreateTexture : public Operation class
897 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync) in CreateTexture() function in deqp::egl::GLES2ThreadTest::CreateTexture