Home
last modified time | relevance | path

Searched refs:getNativePixelLocalStorageOptions (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DShaderNULL.cpp29 options->pls = context->getImplementation()->getNativePixelLocalStorageOptions(); in compile()
H A DContextNULL.h206 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const override;
H A DContextNULL.cpp422 const ShPixelLocalStorageOptions &ContextNULL::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DShaderWgpu.cpp48 options->pls = context->getImplementation()->getNativePixelLocalStorageOptions(); in compile()
H A DContextWgpu.h200 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const override;
H A DContextWgpu.cpp858 const ShPixelLocalStorageOptions &ContextWgpu::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp482 const ShPixelLocalStorageOptions &Context9::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::Context9
484 return mRenderer->getNativePixelLocalStorageOptions(); in getNativePixelLocalStorageOptions()
H A DContext9.h239 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.cpp140 const ShPixelLocalStorageOptions &RendererD3D::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::RendererD3D
H A DShaderD3D.cpp353 options->pls = mRenderer->getNativePixelLocalStorageOptions(); in compile()
H A DRendererD3D.h424 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const;
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DRendererGL.h90 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const;
H A DShaderGL.cpp287 options->pls = contextGL->getNativePixelLocalStorageOptions(); in compile()
H A DRendererGL.cpp329 const ShPixelLocalStorageOptions &RendererGL::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::RendererGL
H A DContextGL.cpp950 const ShPixelLocalStorageOptions &ContextGL::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::ContextGL
952 return mRenderer->getNativePixelLocalStorageOptions(); in getNativePixelLocalStorageOptions()
H A DContextGL.h261 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShaderVk.cpp126 options->pls = contextVk->getNativePixelLocalStorageOptions(); in compile()
H A Dvk_renderer.h223 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const;
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DShaderMtl.mm103 options->pls = displayMtl->getNativePixelLocalStorageOptions();
H A DDisplayMtl.h133 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const;
H A DContextMtl.h216 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DContextImpl.h233 virtual const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const = 0;
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp948 const ShPixelLocalStorageOptions &Context11::getNativePixelLocalStorageOptions() const in getNativePixelLocalStorageOptions() function in rx::Context11
950 return mRenderer->getNativePixelLocalStorageOptions(); in getNativePixelLocalStorageOptions()
H A DContext11.h241 const ShPixelLocalStorageOptions &getNativePixelLocalStorageOptions() const override;
/aosp_15_r20/external/angle/src/libANGLE/
H A DPixelLocalStorage.cpp998 context->getImplementation()->getNativePixelLocalStorageOptions(); in Make()

12