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

  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.h 49 void CreateTexture(const Platform::Array<int>^ buffer, int with, int height, OCVFilterType filter);
Direct3DInterop.cpp 145 void Direct3DInterop::CreateTexture(const Platform::Array<int>^ buffer,int width,int height, OCVFilterType filter)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 68 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture **texture) PURE;
121 #define IDirect3DRM_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b)
159 #define IDirect3DRM_CreateTexture(p,a,b) (p)->CreateTexture(a,b)
207 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture2 **texture) PURE;
261 #define IDirect3DRM2_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b)
300 #define IDirect3DRM2_CreateTexture(p,a,b) (p)->CreateTexture(a,b)
349 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture3 **texture) PURE;
408 #define IDirect3DRM3_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b)
    [all...]
d3d9.h     [all...]
d3d8.h     [all...]
  /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/webrtc/webrtc/test/win/
d3d_renderer.cc 167 d3d_device_->CreateTexture(static_cast<UINT>(width_),
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 132 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8,
258 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8,
1057 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
    [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...]

Completed in 3801 milliseconds