Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 25 of 68) sorted by relevance

123

/external/skqp/include/gpu/gl/
DGrGLInterface.h81 struct Functions { struct
82 GrGLFunction<GrGLActiveTextureProc> fActiveTexture;
83 GrGLFunction<GrGLAttachShaderProc> fAttachShader;
84 GrGLFunction<GrGLBeginQueryProc> fBeginQuery;
85 GrGLFunction<GrGLBindAttribLocationProc> fBindAttribLocation;
86 GrGLFunction<GrGLBindBufferProc> fBindBuffer;
87 GrGLFunction<GrGLBindFragDataLocationProc> fBindFragDataLocation;
88 GrGLFunction<GrGLBindFragDataLocationIndexedProc> fBindFragDataLocationIndexed;
89 GrGLFunction<GrGLBindFramebufferProc> fBindFramebuffer;
90 GrGLFunction<GrGLBindRenderbufferProc> fBindRenderbuffer;
[all …]
/external/skia/include/gpu/gl/
DGrGLInterface.h81 struct Functions { struct
82 GrGLFunction<GrGLActiveTextureProc> fActiveTexture;
83 GrGLFunction<GrGLAttachShaderProc> fAttachShader;
84 GrGLFunction<GrGLBeginQueryProc> fBeginQuery;
85 GrGLFunction<GrGLBindAttribLocationProc> fBindAttribLocation;
86 GrGLFunction<GrGLBindBufferProc> fBindBuffer;
87 GrGLFunction<GrGLBindFragDataLocationProc> fBindFragDataLocation;
88 GrGLFunction<GrGLBindFragDataLocationIndexedProc> fBindFragDataLocationIndexed;
89 GrGLFunction<GrGLBindFramebufferProc> fBindFramebuffer;
90 GrGLFunction<GrGLBindRenderbufferProc> fBindRenderbuffer;
[all …]
/external/skqp/include/gpu/vk/
DGrVkInterface.h69 struct Functions { struct
70 VkPtr<PFN_vkCreateInstance> fCreateInstance;
71 VkPtr<PFN_vkDestroyInstance> fDestroyInstance;
72 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices;
73 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures;
74 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties;
75 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties;
76 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties;
77 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties;
78 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties;
[all …]
/external/skia/include/gpu/vk/
DGrVkInterface.h69 struct Functions { struct
70 VkPtr<PFN_vkCreateInstance> fCreateInstance;
71 VkPtr<PFN_vkDestroyInstance> fDestroyInstance;
72 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices;
73 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures;
74 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties;
75 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties;
76 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties;
77 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties;
78 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties;
[all …]
/external/python/cpython3/Doc/library/
Dsocket.rst409 Functions section in Module contents
412 Creating sockets
522 Other functions
Dcurses.rst57 Functions section in :mod:`curses` --- Terminal handling for character-cell displays
661 .. _curses-window-objects:
Dcurses.panel.rst18 Functions chapter
Dxml.etree.elementtree.rst460 Functions section in Reference
636 .. _elementtree-element-objects:
Dimportlib.rst77 Functions chapter
Dcgi.rst273 Functions chapter
Dtracemalloc.rst258 Functions section in API
/external/python/cpython2/Doc/library/
Dcurses.rst57 Functions section in :mod:`curses` --- Terminal handling for character-cell displays
643 .. _curses-window-objects:
Dcurses.panel.rst16 Functions chapter
Dxml.etree.elementtree.rst435 Functions section in Reference
580 .. _elementtree-element-objects:
Dcgi.rst281 Functions chapter
/external/deqp/framework/platform/win32/
DtcuWGL.cpp148 struct Functions struct
151 wglCreateContextFunc createContext;
152 wglDeleteContextFunc deleteContext;
153 wglMakeCurrentFunc makeCurrent;
154 wglGetProcAddressFunc getProcAddress;
155 wglSwapLayerBuffersFunc swapLayerBuffers;
158 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
159 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
160 wglChoosePixelFormatARBFunc choosePixelFormatARB;
163 wglCreateContextAttribsARBFunc createContextAttribsARB;
[all …]
/external/llvm/docs/
DCommandLine.rst1273 .. _cl::getRegisteredOptions:
1275 The ``cl::getRegisteredOptions`` function
1326 The ``cl::ParseCommandLineOptions`` function
1340 The ``cl::ParseEnvironmentOptions`` function
1362 The ``cl::SetVersionPrinter`` function
1379 The ``cl::opt`` class
1410 The ``cl::list`` class
1431 The ``cl::bits`` class
1451 The ``cl::alias`` class
1469 The ``cl::extrahelp`` class
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp57 struct Functions struct in vk::PlatformDriver
76 struct Functions struct in vk::InstanceDriver
93 struct Functions struct in vk::DeviceDriver
/external/deqp/framework/opengl/wrapper/
DglwFunctions.hpp37 class Functions class
DglwFunctions.cpp30 Functions::Functions (void) in Functions() function in glw::Functions
/external/deqp/framework/egl/wrapper/
DeglwFunctions.hpp37 class Functions class
DeglwFunctions.cpp30 Functions::Functions (void) in Functions() function in eglw::Functions
/external/llvm/docs/tutorial/
DLangImpl09.rst236 Functions chapter
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h72 std::map<SymbolDesc, StringRef> Functions; variable
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.h51 std::list<std::unique_ptr<PDBSymbolFunc>> Functions; member

123