Home
last modified time | relevance | path

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

12345678910>>...13

/external/angle/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.cpp490 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 …]
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()
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
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()
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
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
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
DTextureGL.cpp238 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 …]
DVertexArrayGL.cpp69 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/
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
/external/starlark-go/doc/
Dspec.md3020 ### 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/
Dhalf.hpp1206 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/
Dhalf.hpp1206 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/
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()
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_curl_fuzzer_cov.json1 {"data": [{"files": [{"filename": "/src/curl/include/curl/curl.h", "summary": {"functions": {"count… object
/external/compiler-rt/lib/dfsan/scripts/
Dbuild-libc-list.py85 functions = [] variable
92 functions = list(set(functions)) variable
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc61 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/
DvkExtensionFunctions.inl6 …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/
Dtrace-analysis.md334 #### Query
352 #### Query as Pandas DataFrame
372 #### Metric
/external/perfetto/docs/analysis/
Dmetrics.md166 ### CREATE_FUNCTION.
215 ### CREATE_VIEW_FUNCTION.
259 ### RUN_METRIC
/external/python/cpython2/Doc/library/
Dctypes.rst213 .. _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/
Dctypes.rst208 .. _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/
Di830_context.c45 i830InitDriverFunctions(struct dd_function_table *functions) in i830InitDriverFunctions()
63 struct dd_function_table functions; in i830CreateContext() local

12345678910>>...13