Home
last modified time | relevance | path

Searched refs:functions (Results 1 - 25 of 634) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp7 // renderergl_utils.cpp: Conversion functions and other utility routines
44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() argument
46 return reinterpret_cast<const char *>(functions->getString(name)); in GetString()
49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() argument
53 if (functions->standard != STANDARD_GL_DESKTOP) in IsMesa()
58 std::string nativeVersionString(GetString(functions, GL_VERSION)); in IsMesa()
72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() argument
77 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getAdrenoNumber()
87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() argument
92 const char *nativeGLRenderer = GetString(functions, GL_RENDERE in getMaliTNumber()
101 getMaliGNumber(const FunctionsGL *functions) getMaliGNumber() argument
115 IsAdreno42xOr3xx(const FunctionsGL *functions) IsAdreno42xOr3xx() argument
121 IsAdreno4xx(const FunctionsGL *functions) IsAdreno4xx() argument
127 IsAdreno5xxOrOlder(const FunctionsGL *functions) IsAdreno5xxOrOlder() argument
133 IsAdreno5xx(const FunctionsGL *functions) IsAdreno5xx() argument
139 IsMaliT8xxOrOlder(const FunctionsGL *functions) IsMaliT8xxOrOlder() argument
145 IsMaliG31OrOlder(const FunctionsGL *functions) IsMaliG31OrOlder() argument
166 IsAndroidEmulator(const FunctionsGL *functions) IsAndroidEmulator() argument
173 IsPowerVrRogue(const FunctionsGL *functions) IsPowerVrRogue() argument
180 ClearErrors(const FunctionsGL *functions, const char *file, const char *function, unsigned int line) ClearErrors() argument
202 GetVendorID(const FunctionsGL *functions) GetVendorID() argument
242 GetDeviceID(const FunctionsGL *functions) GetDeviceID() argument
265 MeetsRequirements(const FunctionsGL *functions, const nativegl::SupportRequirement &requirements) MeetsRequirements() argument
312 CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) CheckSizedInternalFormatTextureRenderability() argument
367 CheckInternalFormatRenderbufferRenderability(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) CheckInternalFormatRenderbufferRenderability() argument
427 GenerateTextureFormatCaps(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat, gl::Version *maxSupportedESVersion) GenerateTextureFormatCaps() argument
556 QuerySingleGLInt(const FunctionsGL *functions, GLenum name) QuerySingleGLInt() argument
563 QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) QuerySingleIndexGLInt() argument
570 QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) QueryGLIntRange() argument
577 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) QuerySingleGLInt64() argument
596 QuerySingleGLFloat(const FunctionsGL *functions, GLenum name) QuerySingleGLFloat() argument
603 QueryGLFloatRange(const FunctionsGL *functions, GLenum name, size_t index) QueryGLFloatRange() argument
610 QueryTypePrecision(const FunctionsGL *functions, GLenum shaderType, GLenum precisionType) QueryTypePrecision() argument
620 QueryQueryValue(const FunctionsGL *functions, GLenum target, GLenum name) QueryQueryValue() argument
638 GenerateCaps(const FunctionsGL *functions, const angle::FeaturesGL &features, gl::Caps *caps, gl::TextureCapsMap *textureCapsMap, gl::Extensions *extensions, gl::Limitations *limitations, gl::Version *maxSupportedESVersion, MultiviewImplementationTypeGL *multiviewImplementationType) GenerateCaps() argument
1810 GetSystemInfoVendorIDAndDeviceID(const FunctionsGL *functions, angle::SystemInfo *outSystemInfo, angle::VendorID *outVendor, angle::DeviceID *outDevice) GetSystemInfoVendorIDAndDeviceID() argument
1867 InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features) InitializeFeatures() argument
2244 CanUseDefaultVertexArrayObject(const FunctionsGL *functions) CanUseDefaultVertexArrayObject() argument
2249 SupportsCompute(const FunctionsGL *functions) SupportsCompute() argument
2261 SupportsFenceSync(const FunctionsGL *functions) SupportsFenceSync() argument
2267 SupportsOcclusionQueries(const FunctionsGL *functions) SupportsOcclusionQueries() argument
2275 SupportsNativeRendering(const FunctionsGL *functions, gl::TextureType type, GLenum internalFormat) SupportsNativeRendering() argument
2488 const FunctionsGL *functions = GetFunctionsGL(context); ClearErrors() local
2498 const FunctionsGL *functions = GetFunctionsGL(context); CheckError() local
2524 CanMapBufferForRead(const FunctionsGL *functions) CanMapBufferForRead() argument
2530 MapBufferRangeWithFallback(const FunctionsGL *functions, GLenum target, size_t offset, size_t length, GLbitfield access) MapBufferRangeWithFallback() argument
2672 GetRendererString(const FunctionsGL *functions) GetRendererString() argument
2677 GetVendorString(const FunctionsGL *functions) GetVendorString() argument
2682 GetVersionString(const FunctionsGL *functions) GetVersionString() argument
[all...]
H A DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() argument
22 ASSERT(functions); in GetShaderOutputType()
24 if (functions->standard == STANDARD_GL_DESKTOP) in GetShaderOutputType()
27 if (functions->isAtLeastGL(gl::Version(4, 5))) in GetShaderOutputType()
31 else if (functions->isAtLeastGL(gl::Version(4, 4))) in GetShaderOutputType()
35 else if (functions->isAtLeastGL(gl::Version(4, 3))) in GetShaderOutputType()
39 else if (functions->isAtLeastGL(gl::Version(4, 2))) in GetShaderOutputType()
43 else if (functions->isAtLeastGL(gl::Version(4, 1))) in GetShaderOutputType()
47 else if (functions->isAtLeastGL(gl::Version(4, 0))) in GetShaderOutputType()
51 else if (functions in GetShaderOutputType()
86 CompilerGL(const FunctionsGL *functions) CompilerGL() argument
[all...]
H A Drenderergl_utils.h7 // renderergl_utils.h: Conversion functions and other utility routines
65 VendorID GetVendorID(const FunctionsGL *functions);
100 void GenerateCaps(const FunctionsGL *functions,
109 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features);
110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
111 void ReInitializeFeaturesAtGPUSwitch(const FunctionsGL *functions, angle::FeaturesGL *features);
116 bool SupportsVertexArrayObjects(const FunctionsGL *functions);
117 bool CanUseDefaultVertexArrayObject(const FunctionsGL *functions);
118 bool SupportsCompute(const FunctionsGL *functions);
119 bool SupportsFenceSync(const FunctionsGL *functions);
[all...]
H A DTextureGL.cpp234 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local
239 nativegl::GetTexImageFormat(functions, features, internalFormat, format, type); in setImageHelper()
253 context, functions->texImage2D(nativegl::GetTextureBindingTarget(target), in setImageHelper()
262 context, functions->texImage3D(ToGLenum(target), static_cast<GLint>(level), in setImageHelper()
285 functions->texImage2D(nativegl::GetTextureBindingTarget(target), 0, in setImageHelper()
320 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local
325 nativegl::GetTexSubImageFormat(functions, features, format, type); in setSubImage()
370 functions->texSubImage2D(nativegl::GetTextureBindingTarget(target), in setSubImage()
378 ANGLE_GL_TRY(context, functions->texSubImage3D( in setSubImage()
399 const FunctionsGL *functions in setSubImageRowByRowWorkaround() local
481 const FunctionsGL *functions = GetFunctionsGL(context); setSubImagePaddingWorkaround() local
570 const FunctionsGL *functions = GetFunctionsGL(context); setCompressedImage() local
617 const FunctionsGL *functions = GetFunctionsGL(context); setCompressedSubImage() local
661 const FunctionsGL *functions = GetFunctionsGL(context); copyImage() local
806 const FunctionsGL *functions = GetFunctionsGL(context); copySubImage() local
938 const FunctionsGL *functions = GetFunctionsGL(context); copySubTextureHelper() local
1020 const FunctionsGL *functions = GetFunctionsGL(context); setStorage() local
1200 const FunctionsGL *functions = GetFunctionsGL(context); setImageExternal() local
1220 const FunctionsGL *functions = GetFunctionsGL(context); setStorageMultisample() local
1281 const FunctionsGL *functions = GetFunctionsGL(context); setStorageExternalMemory() local
1326 const FunctionsGL *functions = GetFunctionsGL(context); generateMipmap() local
1439 const FunctionsGL *functions = GetFunctionsGL(context); syncState() local
1629 const FunctionsGL *functions = GetFunctionsGL(context); setBaseLevel() local
1649 const FunctionsGL *functions = GetFunctionsGL(context); setMaxLevel() local
1669 const FunctionsGL *functions = GetFunctionsGL(context); setMinFilter() local
1687 const FunctionsGL *functions = GetFunctionsGL(context); setMagFilter() local
1709 const FunctionsGL *functions = GetFunctionsGL(context); setSwizzle() local
1744 const FunctionsGL *functions = GetFunctionsGL(context); setBuffer() local
1781 const FunctionsGL *functions = GetFunctionsGL(context); recreateTexture() local
1806 syncTextureStateSwizzle(const gl::Context *context, const FunctionsGL *functions, GLenum name, GLenum value, GLenum *outValue) syncTextureStateSwizzle() argument
2122 const FunctionsGL *functions = GetFunctionsGL(context); getRequiredExternalTextureImageUnits() local
[all...]
H A DBufferGL.cpp63 const FunctionsGL *functions = GetFunctionsGL(context); in setData() local
68 ANGLE_GL_TRY(context, functions->bufferData(gl::ToGLenum(DestBufferOperationTarget), size, data, in setData()
95 const FunctionsGL *functions = GetFunctionsGL(context); in setSubData() local
100 ANGLE_GL_TRY(context, functions->bufferSubData(gl::ToGLenum(DestBufferOperationTarget), offset, in setSubData()
120 const FunctionsGL *functions = GetFunctionsGL(context); in copySubData() local
129 ANGLE_GL_TRY(context, functions->copyBufferSubData(gl::ToGLenum(SourceBufferOperationTarget), in copySubData()
147 const FunctionsGL *functions = GetFunctionsGL(context); in map() local
155 else if (functions->mapBuffer) in map()
159 context, functions->mapBuffer(gl::ToGLenum(DestBufferOperationTarget), access)); in map()
163 ASSERT(functions in map()
186 const FunctionsGL *functions = GetFunctionsGL(context); mapRange() local
214 const FunctionsGL *functions = GetFunctionsGL(context); unmap() local
251 const FunctionsGL *functions = GetFunctionsGL(context); getIndexRange() local
[all...]
H A DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL() argument
53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported() argument
55 return functions->hasGLESExtension("GL_NV_fence") || functions->hasGLExtension("GL_NV_fence"); in Supported()
58 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL() argument
59 : FenceNVImpl(), mSyncObject(0), mFunctions(functions) in FenceNVSyncGL()
104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported() argument
106 return functions->isAtLeastGL(gl::Version(3, 2)) || in Supported()
107 functions in Supported()
[all...]
H A DRenderbufferGL.cpp47 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local
54 nativegl::GetRenderbufferFormat(functions, features, internalformat); in setStorage()
56 context, functions->renderbufferStorage(GL_RENDERBUFFER, renderbufferFormat.internalFormat, in setStorage()
71 const FunctionsGL *functions = GetFunctionsGL(context); in setStorageMultisample() local
78 nativegl::GetRenderbufferFormat(functions, features, internalformat); in setStorageMultisample()
81 ANGLE_GL_TRY_ALWAYS_CHECK(context, functions->renderbufferStorageMultisample( in setStorageMultisample()
89 if (functions->renderbufferStorageMultisampleEXT) in setStorageMultisample()
93 functions->renderbufferStorageMultisampleEXT( in setStorageMultisample()
98 ASSERT(functions->renderbufferStorageMultisampleIMG); in setStorageMultisample()
101 functions in setStorageMultisample()
[all...]
H A DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() argument
23 functions->samplerParameterf(sampler, name, static_cast<GLfloat>(value)); in SetSamplerParameter()
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() argument
34 functions->samplerParameterfv(sampler, name, &value.colorF.red); in SetSamplerParameter()
37 functions->samplerParameterIiv(sampler, name, &value.colorI.red); in SetSamplerParameter()
40 functions->samplerParameterIuiv(sampler, name, &value.colorUI.red); in SetSamplerParameter()
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember() argument
60 SetSamplerParameter(functions, sampler, name, (newState.*getter)()); in SyncSamplerStateMember()
69 const FunctionsGL *functions, in SamplerGL()
72 mFunctions(functions), in SamplerGL()
68 SamplerGL(const gl::SamplerState &state, const FunctionsGL *functions, StateManagerGL *stateManager) SamplerGL() argument
[all...]
H A Dformatutilsgl.h72 TexImageFormat GetTexImageFormat(const FunctionsGL *functions,
83 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions,
92 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions,
100 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions,
108 CopyTexImageImageFormat GetCopyTexImageImageFormat(const FunctionsGL *functions,
117 TexStorageFormat GetTexStorageFormat(const FunctionsGL *functions,
125 RenderbufferFormat GetRenderbufferFormat(const FunctionsGL *functions,
134 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions,
H A DFramebufferGL.cpp77 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment() argument
95 if (functions->framebufferTexture2DMultisampleEXT) in BindFramebufferAttachment()
97 functions->framebufferTexture2DMultisampleEXT( in BindFramebufferAttachment()
104 ASSERT(functions->framebufferTexture2DMultisampleIMG); in BindFramebufferAttachment()
105 functions->framebufferTexture2DMultisampleIMG( in BindFramebufferAttachment()
113 functions->framebufferTexture2D( in BindFramebufferAttachment()
125 functions->framebufferTexture(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
130 functions->framebufferTexture2D(GL_FRAMEBUFFER, attachmentPoint, in BindFramebufferAttachment()
141 ASSERT(functions->framebufferTexture); in BindFramebufferAttachment()
142 functions in BindFramebufferAttachment()
454 const FunctionsGL *functions = GetFunctionsGL(context); invalidate() local
488 const FunctionsGL *functions = GetFunctionsGL(context); invalidateSub() local
507 const FunctionsGL *functions = GetFunctionsGL(context); clear() local
535 const FunctionsGL *functions = GetFunctionsGL(context); clearBufferfv() local
564 const FunctionsGL *functions = GetFunctionsGL(context); clearBufferuiv() local
593 const FunctionsGL *functions = GetFunctionsGL(context); clearBufferiv() local
623 const FunctionsGL *functions = GetFunctionsGL(context); clearBufferfi() local
655 const FunctionsGL *functions = GetFunctionsGL(context); readPixels() local
748 const FunctionsGL *functions = GetFunctionsGL(context); blit() local
1213 const FunctionsGL *functions = GetFunctionsGL(context); getSamplePosition() local
1228 const FunctionsGL *functions = GetFunctionsGL(context); checkStatus() local
1254 const FunctionsGL *functions = GetFunctionsGL(context); syncState() local
1489 const FunctionsGL *functions = GetFunctionsGL(context); readPixelsRowByRow() local
1544 const FunctionsGL *functions = GetFunctionsGL(context); readPixelsAllAtOnce() local
[all...]
H A DVertexArrayGL.cpp69 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetIntegerv() local
72 ANGLE_GL_TRY(context, functions->getIntegerv(pname, &queryValue)); in ValidateStateHelperGetIntegerv()
91 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetVertexAttribiv() local
94 ANGLE_GL_TRY(context, functions->getVertexAttribiv(index, pname, &queryValue)); in ValidateStateHelperGetVertexAttribiv()
292 const FunctionsGL *functions = GetFunctionsGL(context); in syncIndexData() local
307 ANGLE_GL_TRY(context, functions->genBuffers(1, &mStreamingElementArrayBuffer)); in syncIndexData()
324 functions->bufferData(GL_ELEMENT_ARRAY_BUFFER, requiredStreamingBufferSize, in syncIndexData()
331 ANGLE_GL_TRY(context, functions->bufferSubData(GL_ELEMENT_ARRAY_BUFFER, 0, in syncIndexData()
381 const FunctionsGL *functions = GetFunctionsGL(context); in streamAttributes() local
398 ANGLE_GL_TRY(context, functions in streamAttributes()
631 const FunctionsGL *functions = GetFunctionsGL(context); updateAttribEnabled() local
718 const FunctionsGL *functions = GetFunctionsGL(context); callVertexAttribPointer() local
740 const FunctionsGL *functions = GetFunctionsGL(context); supportVertexAttribBinding() local
759 const FunctionsGL *functions = GetFunctionsGL(context); updateAttribFormat() local
792 const FunctionsGL *functions = GetFunctionsGL(context); updateAttribBinding() local
814 const FunctionsGL *functions = GetFunctionsGL(context); updateBindingBuffer() local
835 const FunctionsGL *functions = GetFunctionsGL(context); updateBindingDivisor() local
1016 const FunctionsGL *functions = GetFunctionsGL(context); validateState() local
[all...]
H A DMemoryObjectGL.cpp28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
29 functions->deleteMemoryObjectsEXT(1, &mMemoryObject); in onDestroy()
35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory() local
38 ANGLE_GL_TRY(context, functions->memoryObjectParameterivEXT( in setDedicatedMemory()
55 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
57 functions->importMemoryFdEXT(mMemoryObject, size, ToGLenum(handleType), fd)); in importFd()
H A DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
59 functions->deleteSemaphoresEXT(1, &mSemaphoreID); in onDestroy()
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
66 functions->importSemaphoreFdEXT(mSemaphoreID, ToGLenum(handleType), fd); in importFd()
82 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local
92 functions->waitSemaphoreEXT(mSemaphoreID, static_cast<GLuint>(bufferIDs.size()), in wait()
103 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
113 functions->signalSemaphoreEXT(mSemaphoreID, static_cast<GLuint>(bufferIDs.size()), in signal()
/third_party/mesa3d/src/mapi/new/
H A Dgen_gldispatch_mapi.py48 functions = [f for f in allFunctions if(f.name in names)]
51 assert(len(functions) == len(allFunctions))
52 assert(all(functions[i] == allFunctions[i] for i in range(len(functions))))
53 assert(all(functions[i].slot == i for i in range(len(functions))))
64 print(generate_defines(functions))
66 print(generate_table(functions, allFunctions))
67 print(generate_noop_array(functions))
68 print(generate_public_stubs(functions))
[all...]
H A DgenCommon.py58 Reads an XML file and returns all of the functions defined in it.
67 functions = {}
70 functions[func.name] = func
71 functions = functions.values()
74 functions = sorted(functions, key=lambda f: f.name)
76 # Lookup for fixed offset/slot functions and use it if available.
82 for i in range(len(functions)):
83 name = functions[
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp457 FunctionMap functions;
462 functions.try_emplace("rr::DebugPrintf", reinterpret_cast<void *>(rr::DebugPrintf));
464 functions.try_emplace("nop", reinterpret_cast<void *>(nop));
465 functions.try_emplace("floorf", reinterpret_cast<void *>(floorf));
466 functions.try_emplace("nearbyintf", reinterpret_cast<void *>(nearbyintf));
467 functions.try_emplace("truncf", reinterpret_cast<void *>(truncf));
468 functions.try_emplace("printf", reinterpret_cast<void *>(printf));
469 functions.try_emplace("puts", reinterpret_cast<void *>(puts));
470 functions.try_emplace("fmodf", reinterpret_cast<void *>(fmodf));
472 functions
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp22 return s.as<UnresolvedFunction>().functions(); in GetFunctions()
50 auto functions = GetFunctions(*symbol); in lookup() local
51 if (functions.size() > 0) { in lookup()
58 for (const FunctionDeclaration* current : functions) { in lookup()
65 functions.push_back(prev); in lookup()
70 SkASSERT(functions.size() > 1); in lookup()
73 std::make_unique<UnresolvedFunction>(functions)) in lookup()
109 std::vector<const FunctionDeclaration*> functions; in addWithoutOwnership() local
111 functions = {&refInSymbolTable->as<FunctionDeclaration>(), in addWithoutOwnership()
115 std::make_unique<UnresolvedFunction>(std::move(functions))); in addWithoutOwnership()
[all...]
H A DSkSLFunctionReference.h26 std::vector<const FunctionDeclaration*> functions) in FunctionReference()
28 , fFunctions(std::move(functions)) {} in FunctionReference()
30 const std::vector<const FunctionDeclaration*>& functions() const { in functions() function in SkSL::final
39 return std::unique_ptr<Expression>(new FunctionReference(fLine, this->functions(),
48 FunctionReference(int line, std::vector<const FunctionDeclaration*> functions, in FunctionReference() argument
51 , fFunctions(std::move(functions)) {} in FunctionReference()
25 FunctionReference(const Context& context, int line, std::vector<const FunctionDeclaration*> functions) FunctionReference() argument
H A DSkSLMethodReference.h37 std::vector<const FunctionDeclaration*> functions) in MethodReference()
40 , fFunctions(std::move(functions)) {} in MethodReference()
45 const std::vector<const FunctionDeclaration*>& functions() const { return fFunctions; } in functions() function in SkSL::final
51 fLine, this->self()->clone(), this->functions(), &this->type()));
61 std::vector<const FunctionDeclaration*> functions, in MethodReference()
65 , fFunctions(std::move(functions)) {} in MethodReference()
34 MethodReference(const Context& context, int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions) MethodReference() argument
59 MethodReference(int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions, const Type* type) MethodReference() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_accessor_expression_test.cc52 EXPECT_EQ(DumpInstructions(b.functions()[0].variables()), in TEST_F()
55 EXPECT_EQ(DumpInstructions(b.functions()[0].instructions()), in TEST_F()
91 EXPECT_EQ(DumpInstructions(b.functions()[0].variables()), in TEST_F()
95 EXPECT_EQ(DumpInstructions(b.functions()[0].instructions()), in TEST_F()
128 EXPECT_EQ(DumpInstructions(b.functions()[0].variables()), in TEST_F()
131 EXPECT_EQ(DumpInstructions(b.functions()[0].instructions()), in TEST_F()
167 EXPECT_EQ(DumpInstructions(b.functions()[0].variables()), in TEST_F()
170 EXPECT_EQ(DumpInstructions(b.functions()[0].instructions()), in TEST_F()
204 EXPECT_EQ(DumpInstructions(b.functions()[0].variables()), in TEST_F()
207 EXPECT_EQ(DumpInstructions(b.functions()[ in TEST_F()
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp168 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept
169 : functions(&functions), callbacks(callbacks) {} variable
170 InstWrapper::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callbacks) noexcept
171 : functions(&functions), inst(inst), callbacks(callbacks) {} variable
173 if (inst != VK_NULL_HANDLE) functions->vkDestroyInstance(inst, callbacks);
177 functions = other.functions;
184 functions
270 : functions(&functions), dev(device), callbacks(callbacks){}; global() variable
804 create_surface_helper(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, const char* load_func_name) global() argument
810 create_surface(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, [[maybe_unused]] const char* api_selection) global() argument
[all...]
/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py29 Generates dispatch functions for EGL.
31 The list of functions and arguments is read from the Khronos's XML files, with
56 functions = []
60 functions.append((func, eglFunc))
63 functions = sorted(functions, key=lambda f: f[0].name)
66 text = generateHeader(functions)
68 text = generateSource(functions)
92 def generateHeader(functions):
110 for (func, eglFunc) in functions
[all...]
/third_party/node/test/parallel/
H A Dtest-v8-coverage.js33 assert.strictEqual(fixtureCoverage.functions[0].ranges[0].count, 1);
35 assert.strictEqual(fixtureCoverage.functions[0].ranges[1].count, 0);
51 assert.strictEqual(fixtureCoverage.functions[0].ranges[0].count, 1);
53 assert.strictEqual(fixtureCoverage.functions[0].ranges[1].count, 0);
70 assert.strictEqual(fixtureCoverage.functions[0].ranges[0].count, 1);
72 assert.strictEqual(fixtureCoverage.functions[0].ranges[1].count, 0);
91 assert.strictEqual(fixtureCoverage.functions[0].ranges[0].count, 1);
93 assert.strictEqual(fixtureCoverage.functions[0].ranges[1].count, 0);
111 assert.strictEqual(fixtureCoverage.functions[1].ranges[0].count, 1);
113 assert.strictEqual(fixtureCoverage.functions[
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp115 for(size_t i = 0; i < functions.size(); i++) in ~AnalyzeCallDepth()
117 delete functions[i]; in ~AnalyzeCallDepth()
178 functions.push_back(currentFunction); in visitAggregate()
201 functions.push_back(function); in visitAggregate()
245 for(size_t i = 0; i < functions.size(); i++) in analyzeCallDepth()
247 functions[i]->removeIfUnreachable(); in analyzeCallDepth()
255 for(size_t i = 0; i < functions.size(); i++) in findFunctionByName()
257 if(functions[i]->getName() == name) in findFunctionByName()
259 return functions[i]; in findFunctionByName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A Dvk_android_utils.cpp67 const AHBFunctions &functions = in InitAndroidExternalMemory() local
69 ASSERT(functions.valid()); in InitAndroidExternalMemory()
87 functions.acquire(hardwareBuffer); in InitAndroidExternalMemory()
99 const AHBFunctions &functions = in ReleaseAndroidExternalMemory() local
101 ASSERT(functions.valid()); in ReleaseAndroidExternalMemory()
104 functions.release(hardwareBuffer); in ReleaseAndroidExternalMemory()

Completed in 20 milliseconds

12345678910>>...26