Home
last modified time | relevance | path

Searched refs:CreateTexture (Results 1 – 15 of 15) 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
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/
Dvideo_render_direct3d9.cc132 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/
Dd3d_renderer.cc167 d3d_device_->CreateTexture(static_cast<UINT>(width_), in Resize()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp187 …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()
DDirect3DDevice9Ex.hpp80 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
DDirect3DDevice9.hpp78 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
DDirect3DDevice9.cpp828 …long Direct3DDevice9::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, … in CreateTexture() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp73 …long __stdcall CreateTexture(unsigned int width, unsigned int height, unsigned int levels, unsigne…
DDirect3DDevice8.cpp732 …long Direct3DDevice8::CreateTexture(unsigned int width, unsigned int height, unsigned int levels, … in CreateTexture() function in D3D8::Direct3DDevice8
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp887 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/
D5.1216 The ctx->Driver.CreateTexture function has been removed - it wasn't used.
/external/swiftshader/include/Direct3D/
Dd3d8.h272 …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/
Dd3d9.h181 …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/
Dgl4cDirectStateAccessTests.hpp5156 bool CreateTexture();
Dgl4cDirectStateAccessTexturesTests.cpp1888 bool StorageAndSubImageTest<T, S, N, D, I>::CreateTexture() in CreateTexture() function in gl4cts::DirectStateAccess::Textures::StorageAndSubImageTest
1983 if (!CreateTexture()) in Test()