Home
last modified time | relevance | path

Searched refs:initializeContext (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/tools/window/
DGLWindowContext.cpp31 void GLWindowContext::initializeContext() { in initializeContext() function in skwindow::internal::GLWindowContext
41 this->initializeContext(); in initializeContext()
91 this->initializeContext(); in resize()
97 this->initializeContext(); in setDisplayParams()
DMetalWindowContext.mm35 void MetalWindowContext::initializeContext() {
63 // destroyContext() and initializeContext().
65 this->initializeContext();
140 this->initializeContext();
DGraphiteNativeMetalWindowContext.mm35 void GraphiteMetalWindowContext::initializeContext() {
74 // this->initializeContext();
132 this->initializeContext();
DVulkanWindowContext.h35 this->initializeContext(); in setDisplayParams()
49 void initializeContext();
DGraphiteNativeVulkanWindowContext.h38 this->initializeContext(); in setDisplayParams()
52 void initializeContext();
DGLWindowContext.h34 void initializeContext();
DMetalWindowContext.h34 void initializeContext();
DGraphiteNativeMetalWindowContext.h36 void initializeContext();
DGraphiteDawnWindowContext.h27 void initializeContext(int width, int height);
DGraphiteDawnWindowContext.cpp39 void GraphiteDawnWindowContext::initializeContext(int width, int height) { in initializeContext() function in skwindow::internal::GraphiteDawnWindowContext
120 this->initializeContext(fWidth, fHeight); in setDisplayParams()
/external/skia/tools/window/win/
DD3D12WindowContext_win.cpp43 void initializeContext();
77 this->initializeContext(); in D3D12WindowContext()
84 void D3D12WindowContext::initializeContext() { in initializeContext() function in __anon182ad47b0111::D3D12WindowContext
251 this->initializeContext(); in setDisplayParams()
DANGLEWindowContext_win.cpp35 this->initializeContext(); in ANGLEWindowContext_win()
DGraphiteDawnD3D12WindowContext_win.cpp36 this->initializeContext(rect.right - rect.left, rect.bottom - rect.top); in GraphiteDawnD3D12WindowContext_win()
DGLWindowContext_win.cpp54 this->initializeContext(); in GLWindowContext_win()
/external/skia/src/sksl/
DSkSLCompiler.cpp124 void Compiler::initializeContext(const SkSL::Module* module, in initializeContext() function in SkSL::Compiler
192 this->initializeContext(parentModule, kind, settings, *sourcePtr, moduleType); in compileModule()
222 this->initializeContext(module, kind, settings, *sourcePtr, ModuleType::program); in convertProgram()
/external/skia/tools/window/unix/
DGraphiteDawnVulkanWindowContext_unix.cpp49 this->initializeContext(width, height); in GraphiteDawnVulkanWindowContext_unix()
DGaneshGLWindowContext_unix.cpp62 this->initializeContext(); in GLWindowContext_xlib()
/external/skia/tools/window/mac/
DGaneshANGLEWindowContext_mac.mm38 this->initializeContext();
DGraphiteNativeMetalWindowContext_mac.mm41 this->initializeContext();
DGaneshMetalWindowContext_mac.mm43 this->initializeContext();
DGraphiteDawnMetalWindowContext_mac.mm45 this->initializeContext(backingSize.width * backingScaleFactor,
/external/skia/tools/window/ios/
DGraphiteMetalWindowContext_ios.mm53 this->initializeContext();
DMetalWindowContext_ios.mm53 this->initializeContext();
/external/skia/tools/window/android/
DGLWindowContext_android.cpp49 this->initializeContext(); in GLWindowContext_android()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h103 egl::Error initializeContext(glx::FBConfig config,

12