/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 | 39 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID() 69 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID() 90 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() 117 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements() 164 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability() 213 static bool CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, in CheckInternalFormatRenderbufferRenderability() 267 static gl::TextureCaps GenerateTextureFormatCaps(const FunctionsGL *functions, in GenerateTextureFormatCaps() 384 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt() 391 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt() 398 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange() [all …]
|
D | formatutilsgl.cpp | 437 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat() 520 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat() 574 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat() 612 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType() 661 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType() 679 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat() 695 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat() 709 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat() 720 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat() 729 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, in GetCompressedSubTexImageFormat() [all …]
|
D | FenceNVGL.cpp | 19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL() 51 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported() 56 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL() 100 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
|
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 | CompilerGL.cpp | 20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() 86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
|
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 | 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 | TextureGL.cpp | 234 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local 299 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local 370 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local 434 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local 523 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local 570 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local 614 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local 749 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local 865 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local 947 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local [all …]
|
D | FramebufferGL.cpp | 76 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment() 428 const FunctionsGL *functions = GetFunctionsGL(context); in invalidate() local 462 const FunctionsGL *functions = GetFunctionsGL(context); in invalidateSub() local 480 const FunctionsGL *functions = GetFunctionsGL(context); in clear() local 506 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfv() local 533 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferuiv() local 560 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferiv() local 588 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfi() local 617 const FunctionsGL *functions = GetFunctionsGL(context); in readPixels() local 707 const FunctionsGL *functions = GetFunctionsGL(context); in blit() local [all …]
|
/external/compiler-rt/lib/dfsan/scripts/ |
D | build-libc-list.py | 85 functions = [] variable 92 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) 185 …ensionFunctions (deUint32 apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
|
/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/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
|
D | i915_context.c | 92 i915InitDriverFunctions(struct dd_function_table *functions) in i915InitDriverFunctions() 166 struct dd_function_table functions; in i915CreateContext() local
|
/external/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 33 auto functions = GetFunctions(*entry->second); in operator []() local 87 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local 94 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
|
/external/mesa3d/src/egl/generate/ |
D | gen_egl_dispatch.py | 92 def generateHeader(functions): argument 131 def generateSource(functions): argument
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 215 .. _ctypes-fundamental-data-types: 384 Calling functions with your own custom data types 1057 .. _ctypes-accessing-values-exported-from-dlls: 1638 Foreign functions can also be created by instantiating function prototypes. 2044 .. _ctypes-data-types:
|
/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/pdfium/testing/tools/ |
D | api_check.py | 74 def _CheckSorted(functions): argument 101 def _FindDuplicates(functions): argument
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.h | 44 st_init_vdpau_functions(struct dd_function_table *functions) {} in st_init_vdpau_functions()
|
/external/python/cryptography/src/_cffi_src/ |
D | build_padding.py | 20 functions = f.read() variable
|
D | build_constant_time.py | 20 functions = f.read() variable
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | serialized_attributes.py | 109 name, checkpointable_objects=None, functions=None, copy_from=None): argument 153 def functions(self): member in SerializedAttributes
|