HomeSort by relevance Sort by last modified time
    Searched defs:CreateTexture (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 134 static GLuint CreateTexture(int width, int height, int number)
323 tex[i] = CreateTexture(phase_width - 1, phase_height - 1,
808 fill_tex[i] = CreateTexture(511, 511, (i % 16));
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 828 long Direct3DDevice9::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool, IDirect3DTexture9 **texture, void **sharedHandle)
    [all...]
Direct3DDevice9Ex.cpp 187 long Direct3DDevice9Ex::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool, IDirect3DTexture9 **texture, void **sharedHandle)
191 return Direct3DDevice9::CreateTexture(width, height, levels, usage, format, pool, texture, sharedHandle);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 732 long Direct3DDevice8::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool, IDirect3DTexture8 **texture)
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 887 class CreateTexture : public Operation
890 CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync);
897 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync)
898 : Operation ("CreateTexture", useSync, serverSync)
904 void CreateTexture::exec (tcu::ThreadUtil::Thread& t)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 181 virtual HRESULT WINAPI CreateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture, HANDLE *pSharedHandle) = 0;
    [all...]

Completed in 345 milliseconds