Home
last modified time | relevance | path

Searched defs:context (Results 5026 - 5050 of 9457) sorted by relevance

1...<<201202203204205206207208209210>>...379

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp50 BasicBufferCopyCase (Context& context, in BasicBufferCopyCase() argument
150 SingleBufferCopyCase (Context& context, in SingleBufferCopyCase() argument
230 BufferCopyTests::BufferCopyTests (Context& context) in BufferCopyTests() argument
H A Des3fBufferObjectQueryTests.cpp223 BufferCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description) in BufferCase() argument
272 BufferSizeCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description) in BufferSizeCase() argument
300 BufferUsageCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description) in BufferUsageCase() argument
332 BufferAccessFlagsCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description) in BufferAccessFlagsCase() argument
385 BufferMappedCase (Context& context, BufferParamVerifier* verifier, const char* name, const char* description) in BufferMappedCase() argument
409 BufferOffsetLengthCase(Context& context, BufferParamVerifier* verifier, const char* name, const char* description) BufferOffsetLengthCase() argument
451 BufferPointerCase(Context& context, const char* name, const char* description) BufferPointerCase() argument
493 BufferObjectQueryTests(Context& context) BufferObjectQueryTests() argument
[all...]
H A Des3fColorClearTest.cpp56 ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMax, bool testAlpha, bool testScissoring, bool testColorMasks, bool firstClearFull) in ColorClearCase() argument
297 ColorClearTest::ColorClearTest (Context& context) : TestCaseGroup(context, "color_clear", "Color Clear Tests") in ColorClearTest() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_none.c96 tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, const char *label, const u8 *context, size_t context_len, u8 *out, size_t out_len) tls_connection_export_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls.c184 const u8 *context = NULL; in eap_tls_success() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_tls.c329 const u8 *context = NULL; in eap_tls_getKey() local
364 const u8 *context = NULL; in eap_tls_get_emsk() local
H A Deap_server_tls_common.c152 const u8 context[] = { eap_type }; in eap_server_tls_derive_session_id() local
110 eap_server_tls_derive_key(struct eap_sm *sm, struct eap_ssl_data *data, const char *label, const u8 *context, size_t context_len, size_t len) eap_server_tls_derive_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_key.c94 u8 context[2 * ETH_ALEN]; in ieee802_1x_cak_aes_cmac() local
113 u8 *context; in ieee802_1x_ckn_aes_cmac() local
34 aes_kdf(const u8 *kdk, size_t kdk_bits, const char *label, const u8 *context, int ctx_bits, int ret_bits, u8 *ret) aes_kdf() argument
140 u8 context[16]; ieee802_1x_kek_aes_cmac() local
161 u8 context[16]; ieee802_1x_ick_aes_cmac() local
[all...]
/third_party/vulkan-loader/loader/
H A Dloader_environment.c282 char *context = NULL; in parse_generic_filter_environment_var() local
342 char *context = NULL; in parse_layers_disable_filter_environment_var() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.cpp136 ScopedPerfEventHelper::ScopedPerfEventHelper(gl::Context *context, angle::EntryPoint entryPoint) in ScopedPerfEventHelper() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1State.cpp90 void GLES1State::initialize(const Context *context, const State *state) in initialize() argument
H A DFramebufferAttachment.cpp59 FramebufferAttachment::FramebufferAttachment(const Context *context, in FramebufferAttachment() argument
94 void FramebufferAttachment::detach(const Context *context, rx::Serial framebufferSerial) in detach() argument
110 void FramebufferAttachment::attach(const Context *context, in attach() argument
295 angle::Result FramebufferAttachment::initializeContents(const Context *context) in initializeContents() argument
315 getAttachmentRenderTarget( const Context *context, GLenum binding, const ImageIndex &imageIndex, GLsizei samples, rx::FramebufferAttachmentRenderTarget **rtOut) const getAttachmentRenderTarget() argument
326 initializeContents(const Context *context, const ImageIndex &imageIndex) initializeContents() argument
[all...]
H A DFramebufferAttachment.h147 angle::Result getRenderTarget(const Context *context, GLsizei samples, T **rtOut) const in getRenderTarget() argument
271 getRenderTargetImpl( const Context *context, GLsizei samples, rx::FramebufferAttachmentRenderTarget **rtOut) const getRenderTargetImpl() argument
[all...]
H A DSampler.cpp31 void Sampler::onDestroy(const Context *context) in onDestroy() argument
39 void Sampler::setLabel(const Context *context, const std::string &label) in setLabel() argument
49 void Sampler::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter() argument
60 void Sampler::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter() argument
71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() argument
82 void Sampler::setWrapT(const Context *context, GLenum wrapT) in setWrapT() argument
93 void Sampler::setWrapR(const Context *context, GLenum wrapR) in setWrapR() argument
104 void Sampler::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy() argument
115 void Sampler::setMinLod(const Context *context, GLfloa argument
126 setMaxLod(const Context *context, GLfloat maxLod) setMaxLod() argument
137 setCompareMode(const Context *context, GLenum compareMode) setCompareMode() argument
148 setCompareFunc(const Context *context, GLenum compareFunc) setCompareFunc() argument
159 setSRGBDecode(const Context *context, GLenum sRGBDecode) setSRGBDecode() argument
170 setBorderColor(const Context *context, const ColorGeneric &color) setBorderColor() argument
191 syncState(const Context *context) syncState() argument
[all...]
H A DVertexAttribute.h44 ANGLE_INLINE void setBuffer(const gl::Context *context, Buffer *bufferIn) in setBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBufferGL.cpp49 void BufferGL::destroy(const gl::Context *context) in destroy() argument
56 angle::Result BufferGL::setData(const gl::Context *context, in setData() argument
88 angle::Result BufferGL::setSubData(const gl::Context *context, in setSubData() argument
113 copySubData(const gl::Context *context, BufferImpl *source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size) copySubData() argument
144 map(const gl::Context *context, GLenum access, void **mapPtr) map() argument
179 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
211 unmap(const gl::Context *context, GLboolean *result) unmap() argument
243 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
[all...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_data_ability.cpp137 auto context = AbilityRuntime::Context::GetApplicationContext(); in OnStart() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h377 static bool ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *header, in ParseSectionFromBinary() argument
391 static bool ProcessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeader *const header, in ProcessSectionToBinary() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker.h82 Class *LoadClass(const panda_file::File &pf, panda_file::File::EntityId classId, ClassLinkerContext *context, in LoadClass() argument
380 ClassLinkerContext *context; global() member
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dsignal_handler.cpp70 static bool CallSignalActionHandler(int sig, siginfo_t *info, void *context) in CallSignalActionHandler() argument
75 bool SignalManager::SignalActionHandler(int sig, siginfo_t *info, void *context) in SignalActionHandler() argument
96 bool SignalManager::InOatCode([[maybe_unused]] const siginfo_t *siginfo, [[maybe_unused]] const void *context, in InOatCode() argument
45 DumpStackTrace([[maybe_unused]] int signo, [[maybe_unused]] const siginfo_t *info, [[maybe_unused]] const void *context) DumpStackTrace() argument
169 GetMethodAndReturnPcAndSp([[maybe_unused]] const siginfo_t *siginfo, [[maybe_unused]] const void *context, [[maybe_unused]] const Method **outMethod, [[maybe_unused]] const uintptr_t *outReturnPc, [[maybe_unused]] const uintptr_t *outSp) GetMethodAndReturnPcAndSp() argument
269 DetectSEGVFromCompiledCode(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromCompiledCode() argument
281 DetectSEGVFromHandler(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromHandler() argument
296 DetectSEGVFromMemory(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromMemory() argument
309 DetectSEGVFromCode(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromCode() argument
340 DetectSEGVFromNullCheck(int sig, siginfo_t *siginfo, void *context) DetectSEGVFromNullCheck() argument
397 SamplerSigSegvHandler([[maybe_unused]] int sig, [[maybe_unused]] siginfo_t *siginfo, [[maybe_unused]] void *context) SamplerSigSegvHandler() argument
408 DetectSEGVFromSamplingProfilerHandler([[maybe_unused]] int sig, [[maybe_unused]] siginfo_t *siginfo, [[maybe_unused]] void *context) DetectSEGVFromSamplingProfilerHandler() argument
429 RuntimeSEGVHandler(int sig, siginfo_t *siginfo, void *context) RuntimeSEGVHandler() argument
458 Action(int sig, siginfo_t *siginfo, void *context) Action() argument
476 Action(int sig, [[maybe_unused]] siginfo_t *siginfo, [[maybe_unused]] void *context) Action() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp225 static void CompileJob(public_lib::Context *context, varbinder::FunctionScope *scope, in CompileJob() argument
507 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context, in ProceedToState() argument
540 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context) in DestroyContext() argument
555 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context) in ContextState() argument
561 ContextErrorMessage(es2panda_Context *context) ContextErrorMessage() argument
567 ContextProgram(es2panda_Context *context) ContextProgram() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp391 EcmaContext *context = thread_->GetCurrentEcmaContext(); in GetUnsharedConstpool() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp323 void VariableScope::CheckDirectEval(public_lib::Context *context) in CheckDirectEval() argument
H A Dvarbinder.h91 void SetContext(public_lib::Context *context) in SetContext() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h81 explicit PandaGen(ArenaAllocator *allocator, CompilerContext *context, binder::FunctionScope *scope) in PandaGen() argument

Completed in 22 milliseconds

1...<<201202203204205206207208209210>>...379