| /external/skia/include/gpu/gl/ |
| D | GrGLInterface.h | 104 struct Functions { struct 105 GrGLFunction<GrGLActiveTextureProc> fActiveTexture; 106 GrGLFunction<GrGLAttachShaderProc> fAttachShader; 107 GrGLFunction<GrGLBeginQueryProc> fBeginQuery; 108 GrGLFunction<GrGLBindAttribLocationProc> fBindAttribLocation; 109 GrGLFunction<GrGLBindBufferProc> fBindBuffer; 110 GrGLFunction<GrGLBindFragDataLocationProc> fBindFragDataLocation; 111 GrGLFunction<GrGLBindFragDataLocationIndexedProc> fBindFragDataLocationIndexed; 112 GrGLFunction<GrGLBindFramebufferProc> fBindFramebuffer; 113 GrGLFunction<GrGLBindRenderbufferProc> fBindRenderbuffer; [all …]
|
| /external/skia/include/gpu/vk/ |
| D | GrVkInterface.h | 62 struct Functions { struct 63 VkPtr<PFN_vkCreateInstance> fCreateInstance; 64 VkPtr<PFN_vkDestroyInstance> fDestroyInstance; 65 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices; 66 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures; 67 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties; 68 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties; 69 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties; 70 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties; 71 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties; [all …]
|
| /external/libvorbis/doc/ |
| D | 09-helper.tex | 13 \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/ |
| D | tcuWGL.cpp | 138 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/deqp/external/vulkancts/framework/vulkan/ |
| D | vkPlatform.hpp | 56 struct Functions struct in vk::PlatformDriver 73 struct Functions struct in vk::InstanceDriver 90 struct Functions struct in vk::DeviceDriver
|
| /external/llvm/docs/ |
| D | CommandLine.rst | 1273 .. _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/framework/opengl/wrapper/ |
| D | glwFunctions.cpp | 30 Functions::Functions (void) in Functions() function in glw::Functions
|
| D | glwFunctions.hpp | 37 class Functions class
|
| /external/deqp/framework/egl/wrapper/ |
| D | eglwFunctions.hpp | 37 class Functions class
|
| D | eglwFunctions.cpp | 30 Functions::Functions (void) in Functions() function in eglw::Functions
|
| /external/llvm/docs/tutorial/ |
| D | LangImpl09.rst | 236 Functions chapter
|
| /external/llvm/lib/DebugInfo/Symbolize/ |
| D | SymbolizableObjectFile.h | 72 std::map<SymbolDesc, StringRef> Functions; variable
|
| /external/llvm/tools/llvm-pdbdump/ |
| D | ClassDefinitionDumper.h | 51 std::list<std::unique_ptr<PDBSymbolFunc>> Functions; member
|
| /external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 108 MethodAddressVector Functions; in NotifyObjectEmitted() local 205 MethodAddressVector& Functions = OI->second; in NotifyFreeingObject() local
|
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| D | stress_dtls.c | 56 f_t Functions[MAX_N_FUNCTIONS]; variable
|
| /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
| D | GCStrategy.h | 64 list_type Functions; variable
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldImpl.h | 49 StringMap<sys::MemoryBlock> Functions; variable
|
| /external/deqp/framework/platform/android/ |
| D | tcuAndroidInternals.hpp | 131 struct Functions struct in tcu::Android::internal::LibUI 133 GraphicBufferFunctions graphicBuffer;
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Functions.java | 44 public final class Functions { class 45 private Functions() {} in Functions() method in Functions
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
| D | BasicInliner.cpp | 64 std::vector<Function *> Functions; member
|
| /external/bison/doc/ |
| D | refcard.tex | 467 \section {Functions} section
|
| /external/deqp/modules/egl/ |
| D | teglAndroidUtil.cpp | 139 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const glw::Functions&, Texture2D* ref… in createBuffer() argument
|
| /external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
| D | ProfileInfo.h | 175 typename std::set<const FType*> Functions; variable
|
| /external/swiftshader/third_party/LLVM/unittests/Support/ |
| D | TypeBuilderTest.cpp | 122 TEST(TypeBuilderTest, Functions) { in TEST() argument
|
| /external/mesa3d/src/gallium/docs/source/ |
| D | tgsi.rst | 1734 Functions section in Explanation of symbols used
|