Home
last modified time | relevance | path

Searched defs:functions (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/json/doc/mkdocs/docs/api/basic_json/
Dindex.md110 ### Object inspection
131 ### Value access
142 ### Element access
152 ### Lookup
158 ### Iterators
170 ### Capacity
176 ### Modifiers
188 ### Lexicographical comparison operators
197 ### Serialization / Dumping
202 ### Deserialization / Parsing
[all …]
/third_party/mesa3d/src/mapi/new/
Dgen_gldispatch_mapi.py75 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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp44 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 …]
Dformatutilsgl.cpp486 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 …]
DSamplerGL.cpp18 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()
DFenceNVGL.cpp19 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()
DBufferGL.cpp63 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
DSemaphoreGL.cpp58 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
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
DMemoryObjectGL.cpp28 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
/third_party/jerryscript/docs/
D07.DEBUGGER.md115 ### jerry_debugger_is_connected
152 ### jerry_debugger_stop
193 ### jerry_debugger_continue
235 ### jerry_debugger_stop_at_breakpoint
279 ### jerry_debugger_wait_for_client_source
371 ### jerry_debugger_send_output
408 ### jerry_debugger_send_log
D16.MIGRATION-GUIDE.md58 ### jerry_value_set_abort_flag
108 ### jerry_value_has_abort_flag
146 ### jerry_value_set_error_flag
197 ### jerry_value_has_error_flag
235 ### jerry_value_clear_error_flag AND jerry_get_value_without_error_flag
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp37 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID()
63 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID()
87 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements()
134 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability()
183 static bool CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, in CheckInternalFormatRenderbufferRenderability()
229 static gl::TextureCaps GenerateTextureFormatCaps(const FunctionsGL *functions, in GenerateTextureFormatCaps()
333 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt()
340 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt()
347 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange()
354 static GLint64 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt64()
[all …]
Dformatutilsgl.cpp399 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat()
482 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat()
536 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat()
565 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType()
614 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType()
632 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat()
640 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat()
654 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat()
665 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat()
674 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, in GetCompressedSubTexImageFormat()
[all …]
DFenceNVGL.cpp19 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()
DSamplerGL.cpp18 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()
DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
74 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local
95 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
DFramebufferGL.cpp76 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment()
278 const FunctionsGL *functions = GetFunctionsGL(context); in invalidate() local
312 const FunctionsGL *functions = GetFunctionsGL(context); in invalidateSub() local
330 const FunctionsGL *functions = GetFunctionsGL(context); in clear() local
356 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfv() local
383 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferuiv() local
410 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferiv() local
438 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfi() local
481 const FunctionsGL *functions = GetFunctionsGL(context); in readPixels() local
559 const FunctionsGL *functions = GetFunctionsGL(context); in blit() local
[all …]
DTextureGL.cpp224 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local
282 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local
350 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local
412 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local
497 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local
539 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local
580 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local
705 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local
812 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local
885 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local
[all …]
/third_party/skia/src/sksl/ir/
DSkSLFunctionReference.h26 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()
DSkSLMethodReference.h37 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()
/third_party/typescript/tests/baselines/reference/
DtypeCheckingInsideFunctionExpressionInArray.js2 var functions = [function () { variable
11 var functions = [function () { variable
DundefinedSymbolReferencedInArrayLiteral1.js4 var functions = [function() { variable
13 var functions = [function () { variable
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkExtensionFunctions.inl7 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)
1366 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)

12345678910