| /external/mesa3d/src/mapi/new/ |
| D | gen_gldispatch_mapi.py | 75 def generate_defines(functions): argument 89 def generate_table(functions, allFunctions): argument 97 def generate_noop_array(functions): argument 133 def generate_public_stubs(functions): argument 144 def generate_public_entries(functions): argument 163 def generate_public_entries_table(functions): argument 178 def generate_stub_asm_gcc(functions): argument
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() 49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() 72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() 87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() 101 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber() 115 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx() 121 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx() 127 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder() 133 bool IsAdreno5xx(const FunctionsGL *functions) in IsAdreno5xx() 139 bool IsMaliT8xxOrOlder(const FunctionsGL *functions) in IsMaliT8xxOrOlder() [all …]
|
| D | formatutilsgl.cpp | 486 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat() 612 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat() 677 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat() 706 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType() 749 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType() 767 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat() 783 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat() 797 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat() 808 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat() 817 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, in GetCompressedSubTexImageFormat() [all …]
|
| D | SamplerGL.cpp | 18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() 26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() 49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember() 69 const FunctionsGL *functions, in SamplerGL()
|
| D | FenceNVGL.cpp | 19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL() 53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported() 58 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL() 104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
|
| D | BufferGL.cpp | 63 const FunctionsGL *functions = GetFunctionsGL(context); in setData() local 95 const FunctionsGL *functions = GetFunctionsGL(context); in setSubData() local 120 const FunctionsGL *functions = GetFunctionsGL(context); in copySubData() local 147 const FunctionsGL *functions = GetFunctionsGL(context); in map() local 186 const FunctionsGL *functions = GetFunctionsGL(context); in mapRange() local 214 const FunctionsGL *functions = GetFunctionsGL(context); in unmap() local 251 const FunctionsGL *functions = GetFunctionsGL(context); in getIndexRange() local
|
| D | SemaphoreGL.cpp | 58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local 65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local 82 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local 103 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
|
| D | MemoryObjectGL.cpp | 28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local 35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory() local 48 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
|
| D | CompilerGL.cpp | 20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() 86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
|
| D | TextureGL.cpp | 234 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local 320 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local 399 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local 481 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local 570 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local 617 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local 661 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local 806 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local 938 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local 1020 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local [all …]
|
| D | VertexArrayGL.cpp | 63 static void ValidateStateHelperGetIntegerv(const FunctionsGL *functions, in ValidateStateHelperGetIntegerv() 80 static void ValidateStateHelperGetVertexAttribiv(const FunctionsGL *functions, in ValidateStateHelperGetVertexAttribiv() 282 const FunctionsGL *functions = GetFunctionsGL(context); in syncIndexData() local 370 const FunctionsGL *functions = GetFunctionsGL(context); in streamAttributes() local 617 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribEnabled() local 700 const FunctionsGL *functions = GetFunctionsGL(context); in callVertexAttribPointer() local 719 const FunctionsGL *functions = GetFunctionsGL(context); in supportVertexAttribBinding() local 738 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribFormat() local 769 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribBinding() local 788 const FunctionsGL *functions = GetFunctionsGL(context); in updateBindingBuffer() local [all …]
|
| /external/starlark-go/doc/ |
| D | spec.md | 3020 ### None 3024 ### True and False 3028 ### any 3033 ### all 3038 ### bool 3044 ### chr 3062 ### dict 3085 ### dir 3104 ### enumerate 3118 ### fail [all …]
|
| /external/skia/src/sksl/ir/ |
| D | SkSLFunctionReference.h | 26 std::vector<const FunctionDeclaration*> functions) in FunctionReference() 30 const std::vector<const FunctionDeclaration*>& functions() const { in functions() function 48 FunctionReference(int offset, std::vector<const FunctionDeclaration*> functions, in FunctionReference()
|
| /external/compiler-rt/lib/dfsan/scripts/ |
| D | build-libc-list.py | 85 functions = [] variable 92 functions = list(set(functions)) variable
|
| /external/llvm-project/compiler-rt/lib/dfsan/scripts/ |
| D | build-libc-list.py | 84 functions = [] variable 91 functions = list(set(functions)) variable
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkExtensionFunctions.inl | 5 …ensionFunctions (deUint32 apiVersion, ::std::string extName, ::std::vector<const char*>& functions) 1029 …ensionFunctions (deUint32 apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
|
| /external/oss-fuzz/infra/cifuzz/test_data/ |
| D | example_curl_fuzzer_cov.json | 1 {"data": [{"files": [{"filename": "/src/curl/include/curl/curl.h", "summary": {"functions": {"count… object
|
| /external/google-breakpad/src/common/ |
| D | stabs_to_module_unittest.cc | 61 vector<Module::Function *> functions; in TEST() local 127 vector<Module::Function *> functions; in TEST() local 162 vector<Module::Function *> functions; in TEST() local 207 vector<Module::Function *> functions; in TEST() local
|
| /external/perfetto/docs/quickstart/ |
| D | trace-analysis.md | 334 #### Query 352 #### Query as Pandas DataFrame 372 #### Metric
|
| /external/skqp/src/sksl/ir/ |
| D | SkSLSymbolTable.cpp | 33 auto functions = GetFunctions(*entry->second); in operator []() local 84 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local 91 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| D | i830_context.c | 45 i830InitDriverFunctions(struct dd_function_table *functions) in i830InitDriverFunctions() 63 struct dd_function_table functions; in i830CreateContext() local
|
| /external/python/cpython2/Doc/library/ |
| D | ctypes.rst | 213 .. _ctypes-fundamental-data-types: 373 Calling functions with your own custom data types 1096 .. _ctypes-accessing-values-exported-from-dlls: 1623 Foreign functions can also be created by instantiating function prototypes. 2049 .. _ctypes-data-types:
|
| /external/python/cpython3/Doc/library/ |
| D | ctypes.rst | 208 .. _ctypes-fundamental-data-types: 377 Calling functions with your own custom data types 1050 .. _ctypes-accessing-values-exported-from-dlls: 1646 Foreign functions can also be created by instantiating function prototypes. 2052 .. _ctypes-data-types:
|
| /external/mesa3d/src/egl/generate/ |
| D | gen_egl_dispatch.py | 92 def generateHeader(functions): argument 131 def generateSource(functions): argument
|
| /external/pdfium/testing/tools/ |
| D | api_check.py | 74 def _CheckSorted(functions): argument 101 def _FindDuplicates(functions): argument
|