/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/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/ |
D | RELNOTES-5.1 | 216 The ctx->Driver.CreateTexture function has been removed - it wasn't used.
|