Home
last modified time | relevance | path

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

12

/external/skia/include/gpu/gl/
DGrGLInterface.h134 struct Functions { struct
135 GrGLFunction<GrGLActiveTextureProc> fActiveTexture;
136 GrGLFunction<GrGLAttachShaderProc> fAttachShader;
137 GrGLFunction<GrGLBeginQueryProc> fBeginQuery;
138 GrGLFunction<GrGLBindAttribLocationProc> fBindAttribLocation;
139 GrGLFunction<GrGLBindBufferProc> fBindBuffer;
140 GrGLFunction<GrGLBindFragDataLocationProc> fBindFragDataLocation;
141 GrGLFunction<GrGLBindFragDataLocationIndexedProc> fBindFragDataLocationIndexed;
142 GrGLFunction<GrGLBindFramebufferProc> fBindFramebuffer;
143 GrGLFunction<GrGLBindRenderbufferProc> fBindRenderbuffer;
[all …]
/external/skia/include/gpu/vk/
DGrVkInterface.h61 struct Functions { struct
62 VkPtr<PFN_vkCreateInstance> fCreateInstance;
63 VkPtr<PFN_vkDestroyInstance> fDestroyInstance;
64 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices;
65 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures;
66 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties;
67 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties;
68 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties;
69 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties;
70 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties;
[all …]
/external/libvorbis/doc/
D09-helper.tex13 \subsection{Functions} subsection
15 \subsubsection{ilog} \label{vorbis:spec:ilog}
48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack}
66 \subsubsection{lookup1_values} \label{vorbis:spec:lookup1:values}
81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
97 \subsubsection{render_point} \label{vorbis:spec:render:point}
125 \subsubsection{render_line} \label{vorbis:spec:render:line}
/external/deqp/framework/platform/win32/
DtcuWGL.cpp138 struct Functions struct
141 wglCreateContextFunc createContext;
142 wglDeleteContextFunc deleteContext;
143 wglMakeCurrentFunc makeCurrent;
144 wglGetProcAddressFunc getProcAddress;
145 wglSwapLayerBuffersFunc swapLayerBuffers;
148 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
149 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
150 wglChoosePixelFormatARBFunc choosePixelFormatARB;
153 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.hpp56 struct Functions struct in vk::PlatformDriver
73 struct Functions struct in vk::InstanceDriver
90 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/
DLangImpl8.rst236 Functions chapter
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dreference.rst7 Functions chapter
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h72 std::map<SymbolDesc, StringRef> Functions; variable
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.h50 std::list<std::unique_ptr<PDBSymbolFunc>> Functions; member
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp108 MethodAddressVector Functions; in NotifyObjectEmitted() local
192 MethodAddressVector& Functions = OI->second; in NotifyFreeingObject() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dstress_dtls.c56 f_t Functions[MAX_N_FUNCTIONS]; variable
/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp131 struct Functions struct in tcu::Android::internal::LibUI
133 GraphicBufferFunctions graphicBuffer;
/external/guava/guava/src/com/google/common/base/
DFunctions.java44 public final class Functions { class
45 private Functions() {} in Functions() method in Functions
/external/bison/doc/
Drefcard.tex467 \section {Functions} section
/external/deqp/modules/egl/
DteglAndroidUtil.cpp139 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const glw::Functions&, Texture2D* ref… in createBuffer() argument
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp121 TEST(TypeBuilderTest, Functions) { in TEST() argument
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1734 Functions section in Explanation of symbols used
/external/llvm/include/llvm/Support/
DGCOV.h247 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions; variable
378 FunctionLines Functions; member
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp334 SimpleBindingMMFunctions Functions; member in __anon172b02280111::SimpleBindingMemoryManager
339 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp245 std::set<Function*> Functions; in TestFuncs() local
709 std::vector<Function*> Functions; in DebugACrash() local

12