Home
last modified time | relevance | path

Searched defs:CreateTexture (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c134 static GLuint CreateTexture(int width, int height, int number) in CreateTexture() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3drm.h68 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture **texture) PURE; in DECLARE_INTERFACE_() local
207 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture2 **texture) PURE; in DECLARE_INTERFACE_() local
350 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture3 **texture) PURE; in DECLARE_INTERFACE_() local
Dd3d9.h1222 …STDMETHOD(CreateTexture)(THIS_ UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format… in DECLARE_INTERFACE_() local
1783 STDMETHOD(CreateTexture)(THIS_ UINT width, UINT height, UINT levels, DWORD usage, in DECLARE_INTERFACE_() local
Dd3d8.h853 …STDMETHOD(CreateTexture)(THIS_ UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Forma… in DECLARE_INTERFACE_() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp959 class CreateTexture : public Operation class
969 CreateTexture::CreateTexture(SharedPtr<Texture> &texture, bool useSync, bool serverSync) in CreateTexture() function in deqp::egl::GLES2ThreadTest::CreateTexture
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp746 static void CreateTexture(uint32_t sizeX, uint32_t sizeY) in CreateTexture() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp1878 bool StorageAndSubImageTest<T, S, N, D, I>::CreateTexture() in CreateTexture() function in gl4cts::DirectStateAccess::Textures::StorageAndSubImageTest