| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | QueryGL.cpp | 245 SyncProviderGLSync(const FunctionsGL *functions) : mFunctions(functions), mSync(nullptr) {} in SyncProviderGLSync() argument 284 SyncProviderGLQuery(const FunctionsGL *functions) : mFunctions(functions), mQuery(0) {} in SyncProviderGLQuery() argument 322 SyncQueryGL::SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) in SyncQueryGL() argument 331 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported() argument 59 StandardQueryGL(gl::QueryType type, const FunctionsGL *functions, StateManagerGL *stateManager) StandardQueryGL() argument [all...] |
| H A 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); mapRange() local 214 const FunctionsGL *functions = GetFunctionsGL(context); unmap() local 251 const FunctionsGL *functions = GetFunctionsGL(context); getIndexRange() local [all...] |
| H A D | RendererGL.cpp | 45 void SetMaxShaderCompilerThreads(const rx::FunctionsGL *functions, GLuint count) in SetMaxShaderCompilerThreads() argument 139 RendererGL::RendererGL(std::unique_ptr<FunctionsGL> functions, in RendererGL() argument
|
| H A D | formatutilsgl.cpp | 486 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat() argument 612 GetNativeFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetNativeFormat() argument 677 GetNativeCompressedFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format) GetNativeCompressedFormat() argument 706 GetNativeType(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetNativeType() argument 749 GetNativeReadType(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum type) GetNativeReadType() argument 767 GetNativeReadFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum attachmentReadFormat, GLenum format, GLenum type) GetNativeReadFormat() argument 783 GetTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat, GLenum format, GLenum type) GetTexImageFormat() argument 797 GetTexSubImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetTexSubImageFormat() argument 808 GetCompressedTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) GetCompressedTexImageFormat() argument 817 GetCompressedSubTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format) GetCompressedSubTexImageFormat() argument 826 GetCopyTexImageImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat, GLenum framebufferType) GetCopyTexImageImageFormat() argument 837 GetTexStorageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) GetTexStorageFormat() argument 857 GetRenderbufferFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat) GetRenderbufferFormat() argument 866 GetReadPixelsFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum attachmentReadFormat, GLenum format, GLenum type) GetReadPixelsFormat() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | DXGISwapChainWindowSurfaceWGL.cpp | 274 const FunctionsGL *functions = GetFunctionsGL(context); in createDefaultFramebuffer() local
|
| H A D | D3DTextureSurfaceWGL.cpp | 482 const FunctionsGL *functions = GetFunctionsGL(context); in createDefaultFramebuffer() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_interfaces.cpp | 51 std::vector<const Function*> functions; in check_interface_variable() local
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkAMDMemoryAllocator.cpp | 53 VmaVulkanFunctions functions; in Make() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_interfaces.cpp | 51 std::vector<const Function*> functions; in check_interface_variable() local
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionDeclaration.cpp | 244 std::vector<const FunctionDeclaration*> functions; in find_existing_declaration() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | AdapterD3D12.cpp | 68 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in InitializeImpl() local
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_interfaces.cpp | 53 std::vector<const Function*> functions; in check_interface_variable() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGetProcAddressTests.cpp | 55 const char* const* functions; member [all...] |
| /base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
| H A D | js_cooperate_context.cpp | 393 napi_property_descriptor functions[] = {
in DeclareDeviceCoordinationData() local
|
| /foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
| H A D | connection_module.cpp | 171 std::initializer_list<napi_property_descriptor> functions = { in InitConnectionModule() local
|
| /third_party/gn/src/gn/ |
| H A D | functions.cc | 211 namespace functions { namespace
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_draw.c | 395 st_init_draw_functions(struct pipe_screen *screen, struct dd_function_table *functions) st_init_draw_functions() argument 583 st_init_hw_select_draw_functions(struct pipe_screen *screen, struct dd_function_table *functions) st_init_hw_select_draw_functions() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-scopes.cc | 349 std::vector<SharedFunctionInfo> functions; in GetCallerArguments() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| H A D | HardwareBufferImageSiblingVkAndroid.cpp | 199 const AHBFunctions &functions = static_cast<DisplayVkAndroid *>(displayVk)->getAHBFunctions(); in initImpl() local 370 const AHBFunctions &functions = GetImplAs<DisplayVkAndroid>(display)->getAHBFunctions(); in onDestroy() local
|
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLShaderBuilder.h | 243 SkString& functions() { return fShaderStrings[kFunctions]; } in functions() function in GrGLSLShaderBuilder
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | DeviceGL.cpp | 38 Create(AdapterBase* adapter, const DawnDeviceDescriptor* descriptor, const OpenGLFunctions& functions) Create() argument 46 Device(AdapterBase* adapter, const DawnDeviceDescriptor* descriptor, const OpenGLFunctions& functions) Device() argument
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder.h | 202 const std::vector<Function>& functions() const { return functions_; } in functions() function in tint::writer::spirv::Builder
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_negative.cpp | 63 dng_noise_profile::dng_noise_profile (const dng_std_vector<dng_noise_function> &functions) in dng_noise_profile() argument
|
| /third_party/python/Objects/ |
| H A D | moduleobject.c | 158 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() argument 449 PyModule_AddFunctions(PyObject *m, PyMethodDef *functions) in PyModule_AddFunctions() argument
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_environment.cpp | 169 : functions(&functions), callbacks(callbacks) {} variable 171 : functions(&functions), inst(inst), callbacks(callbacks) {} variable 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...] |