Home
last modified time | relevance | path

Searched defs:context (Results 876 - 900 of 4512) sorted by relevance

1...<<31323334353637383940>>...181

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderExecuteTest.cpp44 ShaderExecuteTest::ShaderExecuteTest (Context& context, const char* groupName, const char* description) in ShaderExecuteTest() argument
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp38 StateChangeCallTests::StateChangeCallTests (Context& context) in StateChangeCallTests() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2TestCase.hpp59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() argument
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children) in TestCaseGroup() argument
71 TestCase(Context& context, const char* name, const char* description) TestCase() argument
77 TestCase(Context& context, tcu::TestNodeType type, const char* name, const char* description) TestCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fCompressedTextureTests.cpp55 CompressedTextureTests::CompressedTextureTests (Context& context) in CompressedTextureTests() argument
H A Des3fDefaultVertexArrayObjectTests.cpp45 VertexAttributeDivisorCase::VertexAttributeDivisorCase (Context& context, const char* name, const char* description) in VertexAttributeDivisorCase() argument
72 DefaultVertexArrayObjectTests::DefaultVertexArrayObjectTests (Context& context) in DefaultVertexArrayObjectTests() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dfips_prf_openssl.c18 SHA_CTX context; in sha1_transform() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() argument
28 angle::Result Semaphore::importFd(Context *context, HandleType handleType, GLint fd) in importFd() argument
33 angle::Result Semaphore::importZirconHandle(Context *context, HandleType handleType, GLuint handle) in importZirconHandle() argument
38 angle::Result Semaphore::wait(Context *context, in wait() argument
45 angle::Result Semaphore::signal(Context *context, in signal() argument
[all...]
H A DVertexAttribute.cpp43 void VertexBinding::onContainerBindingChanged(const Context *context, int incr) const in onContainerBindingChanged() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DContextCGL.cpp36 egl::Error ContextCGL::releaseHighPowerGPU(gl::Context *context) in releaseHighPowerGPU() argument
47 egl::Error ContextCGL::reacquireHighPowerGPU(gl::Context *context) in reacquireHighPowerGPU() argument
58 void ContextCGL::onDestroy(const gl::Context *context) in onDestroy() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DWindowSurfaceEGL.cpp45 egl::Error WindowSurfaceEGL::getBufferAge(const gl::Context *context, EGLint *age) in getBufferAge() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
H A DDisplayAndroid.cpp29 egl::Error DisplayAndroid::validateImageClientBuffer(const gl::Context *context, in validateImageClientBuffer() argument
44 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/ffmpeg/libavcodec/
H A Dffv1enc_template.c59 int diff, context; in encode_line() local
[all...]
H A Dffv1dec_template.c51 int diff, context, sign; in decode_line() local
[all...]
H A Dv4l2_buffers.h46 struct V4L2Context *context; member
/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c37 static int rgbx_to_nv12_neon_32_wrapper(SwsContext *context, const uint8_t *src[], in rgbx_to_nv12_neon_32_wrapper() argument
51 static int rgbx_to_nv12_neon_16_wrapper(SwsContext *context, const uint8_t *src[], in rgbx_to_nv12_neon_16_wrapper() argument
/third_party/benchmark/src/
H A Dreporter.cc34 PrintBasicContext(std::ostream *out, Context const &context) PrintBasicContext() argument
/third_party/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c163 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc() argument
170 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() argument
177 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc() argument
/third_party/icu/icu4c/source/samples/udata/
H A Dreader.c59 isAcceptable(void *context, in isAcceptable() argument
/third_party/icu/icu4c/source/common/
H A Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status) in u_setMemoryFunctions() argument
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c63 randomdev_hash_init(struct randomdev_hash *context) in randomdev_hash_init() argument
71 randomdev_hash_iterate(struct randomdev_hash *context, const void *data, size_t size) in randomdev_hash_iterate() argument
81 randomdev_hash_finish(struct randomdev_hash *context, void *buf) in randomdev_hash_finish() argument
92 randomdev_encrypt_init(struct randomdev_key *context, const void *data) in randomdev_encrypt_init() argument
104 randomdev_encrypt(struct randomdev_key *context, const void *d_in, void *d_out, u_int length) randomdev_encrypt() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcasetrn.cpp35 utrans_rep_caseContextIterator(void *context, int8_t dir) in utrans_rep_caseContextIterator() argument
/third_party/libunwind/libunwind/src/unwind/
H A Dunwind-internal.h58 _Unwind_Phase2(struct _Unwind_Exception *exception_object, struct _Unwind_Context *context) _Unwind_Phase2() argument
[all...]
/third_party/libwebsockets/lib/core/
H A Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops() argument
133 lws_get_fops(struct lws_context *context) in lws_get_fops() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genec.h41 struct lws_context *context; member
[all...]
/third_party/libwebsockets/lib/event-libs/libev/
H A Dprivate-lib-event-libs-libev.h38 struct lws_context *context; member
51 struct lws_context *context; member

Completed in 8 milliseconds

1...<<31323334353637383940>>...181