/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 134 static GLuint CreateTexture(int width, int height, int number) in CreateTexture() function 323 tex[i] = CreateTexture(phase_width - 1, phase_height - 1, in RunPhase() 808 fill_tex[i] = CreateTexture(511, 511, (i % 16)); in main()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 132 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in FrameSizeChange() 258 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in RecreateTexture() 1057 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0, in SetBitmap()
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 167 d3d_device_->CreateTexture(static_cast<UINT>(width_), in Resize()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 187 …long Direct3DDevice9Ex::CreateTexture(unsigned int width, unsigned int height, unsigned int levels… in CreateTexture() function in D3D9::Direct3DDevice9Ex 191 …return Direct3DDevice9::CreateTexture(width, height, levels, usage, format, pool, texture, sharedH… in CreateTexture()
|
D | Direct3DDevice9Ex.hpp | 80 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
|
D | Direct3DDevice9.hpp | 78 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
|
D | Direct3DDevice9.cpp | 828 …long Direct3DDevice9::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, … in CreateTexture() function in D3D9::Direct3DDevice9
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 73 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
|
D | Direct3DDevice8.cpp | 732 …long Direct3DDevice8::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, … in CreateTexture() function in D3D8::Direct3DDevice8
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 887 class CreateTexture : public Operation class 890 CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync); 897 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync) in CreateTexture() function in deqp::egl::GLES2ThreadTest::CreateTexture 904 void CreateTexture::exec (tcu::ThreadUtil::Thread& t) in exec() 2638 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateTexture(texture, m_config.useFenceSy… in addRandomOperation() 3260 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateTexture(texture, m_config.useFenceSync, m_co… in addTextureOperations() 3369 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateTexture(sourceTexture, m_config.useFenceSync… in addImageOperations() 3383 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateTexture(texture, m_config.useFenceSync, m_co… in addImageOperations()
|
/external/mesa3d/docs/relnotes/ |
D | 5.1 | 216 The ctx->Driver.CreateTexture function has been removed - it wasn't used.
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 272 …STDMETHOD(CreateTexture)(THIS_ UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3D… in DECLARE_INTERFACE_() local 374 #define IDirect3DDevice8_CreateTexture(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateTexture(p,a,b,c,d,e,f,g) 472 #define IDirect3DDevice8_CreateTexture(p,a,b,c,d,e,f,g) (p)->CreateTexture(a,b,c,d,e,f,g)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 181 …virtual HRESULT WINAPI CreateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT … 769 …HRESULT (WINAPI *CreateTexture)(IDirect3DDevice9 *This, UINT Width, UINT Height, UINT Levels, DWOR… 896 #define IDirect3DDevice9_CreateTexture(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateTexture(p,a,b,c,d,e,f,… 1020 …HRESULT (WINAPI *CreateTexture)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, UINT Levels, DW… 1163 #define IDirect3DDevice9Ex_CreateTexture(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateTexture(p,a,b,c,d,e,…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTests.hpp | 5156 bool CreateTexture();
|
D | gl4cDirectStateAccessTexturesTests.cpp | 1888 bool StorageAndSubImageTest<T, S, N, D, I>::CreateTexture() in CreateTexture() function in gl4cts::DirectStateAccess::Textures::StorageAndSubImageTest 1983 if (!CreateTexture()) in Test()
|