Home
last modified time | relevance | path

Searched refs:CreateTexture (Results 1 – 9 of 9) 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/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/
DRELNOTES-5.1216 The ctx->Driver.CreateTexture function has been removed - it wasn't used.