/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 | 490 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat() 622 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat() 693 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat() 722 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType() 765 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType() 783 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat() 799 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat() 813 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat() 824 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat() 833 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 | 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 | 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 | 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 55 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 | 238 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local 327 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local 408 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local 490 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local 579 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local 628 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local 673 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local 820 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local 952 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local 1034 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local [all …]
|
D | VertexArrayGL.cpp | 69 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetIntegerv() local 91 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetVertexAttribiv() local 292 const FunctionsGL *functions = GetFunctionsGL(context); in syncIndexData() local 381 const FunctionsGL *functions = GetFunctionsGL(context); in streamAttributes() local 631 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribEnabled() local 718 const FunctionsGL *functions = GetFunctionsGL(context); in callVertexAttribPointer() local 740 const FunctionsGL *functions = GetFunctionsGL(context); in supportVertexAttribBinding() local 759 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribFormat() local 792 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribBinding() local 814 const FunctionsGL *functions = GetFunctionsGL(context); in updateBindingBuffer() local [all …]
|
/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/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/ComputeLibrary/include/half/ |
D | half.hpp | 1206 struct functions struct 1212 static expr plus(float x, float y) { return expr(x+y); } in plus() 1218 static expr minus(float x, float y) { return expr(x-y); } in minus() 1224 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies() 1230 static expr divides(float x, float y) { return expr(x/y); } in divides() 1236 …tream<charT,traits>& write(std::basic_ostream<charT,traits> &out, float arg) { return out << arg; } in write() 1242 …its> static std::basic_istream<charT,traits>& read(std::basic_istream<charT,traits> &in, half &arg) in read() 1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod() 1260 static expr remainder(float x, float y) in remainder() 1291 static expr remquo(float x, float y, int *quo) in remquo() [all …]
|
/external/armnn/third-party/half/ |
D | half.hpp | 1206 struct functions struct 1212 static expr plus(float x, float y) { return expr(x+y); } in plus() 1218 static expr minus(float x, float y) { return expr(x-y); } in minus() 1224 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies() 1230 static expr divides(float x, float y) { return expr(x/y); } in divides() 1236 …tream<charT,traits>& write(std::basic_ostream<charT,traits> &out, float arg) { return out << arg; } in write() 1242 …its> static std::basic_istream<charT,traits>& read(std::basic_istream<charT,traits> &in, half &arg) in read() 1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod() 1260 static expr remainder(float x, float y) in remainder() 1291 static expr remquo(float x, float y, int *quo) in remquo() [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 line, std::vector<const FunctionDeclaration*> functions, in FunctionReference()
|
D | SkSLMethodReference.h | 37 std::vector<const FunctionDeclaration*> functions) in MethodReference() 45 const std::vector<const FunctionDeclaration*>& functions() const { return fFunctions; } in functions() function 61 std::vector<const FunctionDeclaration*> functions, in MethodReference()
|
/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/compiler-rt/lib/dfsan/scripts/ |
D | build-libc-list.py | 85 functions = [] variable 92 functions = list(set(functions)) variable
|
/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/deqp/external/vulkancts/framework/vulkan/ |
D | vkExtensionFunctions.inl | 6 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions) 1164 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
|
/external/perfetto/docs/quickstart/ |
D | trace-analysis.md | 334 #### Query 352 #### Query as Pandas DataFrame 372 #### Metric
|
/external/perfetto/docs/analysis/ |
D | metrics.md | 166 ### CREATE_FUNCTION. 215 ### CREATE_VIEW_FUNCTION. 259 ### RUN_METRIC
|
/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/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
|