Home
last modified time | relevance | path

Searched defs:label (Results 651 - 675 of 705) sorted by relevance

1...<<212223242526272829

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp4904 CaptureGetObjectLabelEXT(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) CaptureGetObjectLabelEXT() argument
4953 CaptureLabelObjectEXT(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei length, const GLchar *label) CaptureLabelObjectEXT() argument
8483 CaptureGetObjectLabelKHR(const State &glState, bool isCallValid, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) CaptureGetObjectLabelKHR() argument
8533 CaptureGetObjectPtrLabelKHR(const State &glState, bool isCallValid, const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) CaptureGetObjectPtrLabelKHR() argument
8622 CaptureObjectLabelKHR(const State &glState, bool isCallValid, GLenum identifier, GLuint name, GLsizei length, const GLchar *label) CaptureObjectLabelKHR() argument
8655 CaptureObjectPtrLabelKHR(const State &glState, bool isCallValid, const void *ptr, GLsizei length, const GLchar *label) CaptureObjectPtrLabelKHR() argument
[all...]
H A Dcapture_gles_ext_params.cpp2910 CaptureGetObjectLabelKHR_length(const State &glState, bool isCallValid, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label, ParamCapture *paramCapture) CaptureGetObjectLabelKHR_length() argument
2922 CaptureGetObjectLabelKHR_label(const State &glState, bool isCallValid, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label, ParamCapture *paramCapture) CaptureGetObjectLabelKHR_label() argument
2934 CaptureGetObjectLabelEXT_length(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label, angle::ParamCapture *paramCapture) CaptureGetObjectLabelEXT_length() argument
2946 CaptureGetObjectLabelEXT_label(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label, angle::ParamCapture *paramCapture) CaptureGetObjectLabelEXT_label() argument
2958 CaptureLabelObjectEXT_label(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei length, const GLchar *label, angle::ParamCapture *paramCapture) CaptureLabelObjectEXT_label() argument
2969 CaptureGetObjectPtrLabelKHR_ptr(const State &glState, bool isCallValid, const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label, ParamCapture *paramCapture) CaptureGetObjectPtrLabelKHR_ptr() argument
2980 CaptureGetObjectPtrLabelKHR_length(const State &glState, bool isCallValid, const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label, ParamCapture *paramCapture) CaptureGetObjectPtrLabelKHR_length() argument
2991 CaptureGetObjectPtrLabelKHR_label(const State &glState, bool isCallValid, const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label, ParamCapture *paramCapture) CaptureGetObjectPtrLabelKHR_label() argument
3011 CaptureObjectLabelKHR_label(const State &glState, bool isCallValid, GLenum identifier, GLuint name, GLsizei length, const GLchar *label, ParamCapture *paramCapture) CaptureObjectLabelKHR_label() argument
3022 CaptureObjectPtrLabelKHR_ptr(const State &glState, bool isCallValid, const void *ptr, GLsizei length, const GLchar *label, ParamCapture *paramCapture) CaptureObjectPtrLabelKHR_ptr() argument
3032 CaptureObjectPtrLabelKHR_label(const State &glState, bool isCallValid, const void *ptr, GLsizei length, const GLchar *label, ParamCapture *paramCapture) CaptureObjectPtrLabelKHR_label() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp4744 GL_GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) in GL_GetObjectLabel() argument
4772 GL_GetObjectPtrLabel(const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) GL_GetObjectPtrLabel() argument
5277 GL_ObjectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar *label) GL_ObjectLabel() argument
5303 GL_ObjectPtrLabel(const void *ptr, GLsizei length, const GLchar *label) GL_ObjectPtrLabel() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1454 VkDebugUtilsLabelEXT label = {VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT, in handleDirtyEventLogImpl() local
3198 VkDebugUtilsLabelEXT label; in synchronizeCpuGpuTime() local
3237 VkDebugUtilsLabelEXT label; synchronizeCpuGpuTime() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp4185 GL_GetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) in GL_GetObjectLabelEXT() argument
4214 void GL_APIENTRY GL_LabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label) in GL_LabelObjectEXT() argument
8342 GL_GetObjectLabelKHR(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) GL_GetObjectLabelKHR() argument
8375 GL_GetObjectPtrLabelKHR(const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) GL_GetObjectPtrLabelKHR() argument
8429 GL_ObjectLabelKHR(GLenum identifier, GLuint name, GLsizei length, const GLchar *label) GL_ObjectLabelKHR() argument
8458 GL_ObjectPtrLabelKHR(const void *ptr, GLsizei length, const GLchar *label) GL_ObjectPtrLabelKHR() argument
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp1865 static void append_params(SkString* str, const char label[], const SkPoint pts[], in append_params() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1691 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch) in addSwitchCase() argument
/third_party/openssl/ssl/
H A Dssl_lib.c3153 SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen, int use_context) SSL_export_keying_material() argument
3167 SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen) SSL_export_keying_material_early() argument
5592 ssl_log_secret(SSL *ssl, const char *label, const uint8_t *secret, size_t secret_len) ssl_log_secret() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp1185 char label[32]; in ShowDemoWindowWidgets() local
1197 char label[32]; in ShowDemoWindowWidgets() local
2942 const char* label = (!(n % 15)) ? "FizzBuzz" : (!(n % 3)) ? "Fizz" : (!(n % 5)) ? "Buzz" : num_buf; ShowDemoWindowLayout() local
4114 char label[32]; global() local
5190 char label[32]; global() local
5301 char label[32]; global() local
5323 char label[32]; global() local
5650 char label[32]; global() local
5815 ShowFontSelector(const char* label) global() argument
5842 ShowStyleSelector(const char* label) global() argument
6760 char label[128]; global() local
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc80 void Assembler::BindHelper(Label* label) { in BindHelper() argument
[all...]
H A Dassembler-aarch32.h215 void bind(Label* label) { in bind() argument
H A Dmacro-assembler-aarch32.h440 void Bind(Label* label) { in MacroAssembler() argument
1464 void B(Condition cond, Label* label, BranchHint hint = kBranchWithoutHint) { in MacroAssembler() argument
1483 B(Label* label, BranchHint hint = kBranchWithoutHint) MacroAssembler() argument
1486 BPreferNear(Condition cond, Label* label) MacroAssembler() argument
1487 BPreferNear(Label* label) MacroAssembler() argument
1616 Bl(Condition cond, Label* label) MacroAssembler() argument
1638 Bl(Label* label) MacroAssembler() argument
1640 Blx(Condition cond, Label* label) MacroAssembler() argument
1662 Blx(Label* label) MacroAssembler() argument
1712 Cbnz(Register rn, Label* label) MacroAssembler() argument
1731 Cbz(Register rn, Label* label) MacroAssembler() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2703 std::string label = StrCat(kLabelToName[this->label()], " "); in DebugString() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c405 dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, const char *label, u8 *out, size_t outlen) dpp_hkdf_expand() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3307 createTextureStorage2D(SwapChainD3D *swapChain, const std::string &label) createTextureStorage2D() argument
3314 createTextureStorageEGLImage(EGLImageD3D *eglImage, RenderTargetD3D *renderTargetD3D, const std::string &label) createTextureStorageEGLImage() argument
3322 createTextureStorageExternal( egl::Stream *stream, const egl::Stream::GLTextureDescription &desc, const std::string &label) createTextureStorageExternal() argument
3330 createTextureStorage2D(GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels, const std::string &label, bool hintLevelZeroOnly) createTextureStorage2D() argument
3342 createTextureStorageCube(GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) createTextureStorageCube() argument
3353 createTextureStorage3D(GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) createTextureStorage3D() argument
3365 createTextureStorage2DArray(GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) createTextureStorage2DArray() argument
3377 createTextureStorage2DMultisample(GLenum internalformat, GLsizei width, GLsizei height, int levels, int samples, bool fixedSampleLocations, const std::string &label) createTextureStorage2DMultisample() argument
3389 createTextureStorage2DMultisampleArray(GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, int levels, int samples, bool fixedSampleLocations, const std::string &label) createTextureStorage2DMultisampleArray() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp2444 char label[len]; in GLGetObjectLabel() local
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1786 int32_t uidna_labelToASCII(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, in uidna_labelToASCII() argument
1791 int32_t uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, in uidna_labelToASCII_UTF8() argument
1796 int32_t uidna_labelToUnicode(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, in uidna_labelToUnicode() argument
1801 int32_t uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, in uidna_labelToUnicodeUTF8() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c7010 unsigned label = inst->Label.Label; in emit_cal() local
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc5722 TestCallbacks( GraphAssemblerLabel<1>* label) TestCallbacks() argument
5738 CastCallbacks( GraphAssemblerLabel<0>* label, wasm::WasmCodePosition position) CastCallbacks() argument
/third_party/node/deps/v8/src/heap/
H A Dheap.cc6784 StrongRootsEntry* Heap::RegisterStrongRoots(const char* label, in RegisterStrongRoots() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h404 BreakableStatementT LookupBreakTarget(IdentifierT label) { in LookupBreakTarget() argument
417 IterationStatementT LookupContinueTarget(IdentifierT label) { in LookupContinueTarget() argument
691 DeclareLabel(ZonePtrList<const AstRawString>** labels, ZonePtrList<const AstRawString>** own_labels, const AstRawString* label) DeclareLabel() argument
716 ContainsLabel(const ZonePtrList<const AstRawString>* labels, const AstRawString* label) ContainsLabel() argument
727 TargetStackContainsLabel(const AstRawString* label) TargetStackContainsLabel() argument
5483 VariableProxy* label = expression_scope.variable_list()->at(0).first; ParseExpressionOrLabelledStatement() local
5563 IdentifierT label = impl()->NullIdentifier(); ParseContinueStatement() local
5597 IdentifierT label = impl()->NullIdentifier(); ParseBreakStatement() local
5823 ExpressionT label = impl()->NullExpression(); ParseSwitchStatement() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2027 Draw(const char* label, float width) Draw() argument
8138 const char* label = window->Name; NavUpdateWindowingList() local
[all...]
/third_party/openssl/test/
H A Dsslapitest.c6194 const char label[LONG_LABEL_LEN + 1] = "test label"; in test_export_key_mat() local
6358 static const char label[] = "test label"; test_export_key_mat_early() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c3082 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps() argument
3738 detect_partial_match_to(compiler_common *common, struct sljit_label *label) detect_partial_match_to() argument
4285 struct sljit_label *label; move_back() local
5850 jumpto_if_not_utf_char_start(struct sljit_compiler *compiler, sljit_s32 reg, struct sljit_label *label) jumpto_if_not_utf_char_start() argument
7138 struct sljit_label *label; do_casefulcmp() local
7218 struct sljit_label *label; do_caselesscmp() local
8250 struct sljit_label *label; compile_simple_assertion_matchingpath() local
9433 struct sljit_label *label; compile_ref_iterator_matchingpath() local
11450 struct sljit_label *label; compile_iterator_matchingpath() local
12424 struct sljit_label *label = NULL; compile_iterator_backtrackingpath() local
[all...]

Completed in 229 milliseconds

1...<<212223242526272829