Home
last modified time | relevance | path

Searched defs:functions (Results 226 - 250 of 258) sorted by relevance

1234567891011

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp922 void genCode(std::stringstream &functions, std::stringstream &main) in genCode() argument
1583 std::stringstream functions, main; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp1074 static const TestParams::DrawFunction functions[] = in InstancedTests() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp77 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment() argument
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 DStateManagerGL.cpp40 static void ValidateStateHelper(const FunctionsGL *functions, in ValidateStateHelper() argument
72 StateManagerGL::StateManagerGL(const FunctionsGL *functions, in StateManagerGL() argument
H A DTextureGL.cpp234 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local
320 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local
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 DBlitGL.cpp217 BlitGL::BlitGL(const FunctionsGL *functions, in BlitGL() argument
38 CheckCompileStatus(const gl::Context *context, const rx::FunctionsGL *functions, GLuint shader) CheckCompileStatus() argument
52 CheckLinkStatus(const gl::Context *context, const rx::FunctionsGL *functions, GLuint program) CheckLinkStatus() argument
202 UnbindAttachments(const gl::Context *context, const FunctionsGL *functions, GLenum framebufferTarget, const ClearBindTargetVector &bindTargets) UnbindAttachments() argument
H A Drenderergl_utils.cpp44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() argument
49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() argument
72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() argument
87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() argument
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...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp307 std::vector<Function>& ValidationState_t::functions() { in functions() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp307 std::vector<Function>& ValidationState_t::functions() { in functions() function in spvtools::val::ValidationState_t
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp326 std::vector<Function>& ValidationState_t::functions() { in functions() function in spvtools::val::ValidationState_t
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp922 void genCode(std::stringstream &functions, std::stringstream &main) in genCode() argument
1583 std::stringstream functions, main; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py3670 def functions(functionType): global() function
[all...]
/third_party/vulkan-loader/loader/
H A Dloader_common.h142 struct loader_layer_functions functions; member
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h308 VulkanFunctions* functions = nullptr; member
335 VulkanFunctions* functions = nullptr; global() member
[all...]
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp2966 std::unique_ptr<PtJson> functions; in Create() local
2999 std::unique_ptr<PtJson> functions = PtJson::CreateArray(); in ToJson() local
[all...]
H A Dpt_types.h2497 ScriptCoverage &SetFunctions(std::vector<std::unique_ptr<FunctionCoverage>> functions) in SetFunctions() argument
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.h468 struct rockchip_pmx_func *functions; member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dpinctrl-rockchip.h468 struct rockchip_pmx_func *functions; member
/third_party/backends/backend/
H A Dhs2p-scsi.h424 SANE_Byte functions; /* This is set to 0EH: 0001110 member
H A Dbh.h904 SANE_Byte functions; member
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h735 struct list_head functions; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc1432 Handle<FixedArray> functions; in SetWasmInternalFunction() local
[all...]
H A Dmodule-decoder.cc2371 std::vector<AsmJsOffsetFunctionEntries> functions; DecodeAsmJsOffsets() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1298 std::vector<SharedFunctionInfo> functions; in HasInlinedFrames() local
[all...]
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3481 napi_value functions = nullptr; in CreateFunctionsJSArray() local

Completed in 66 milliseconds

1234567891011