Searched refs:hint (Results 176 - 200 of 283) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.cpp572 void State::setGenerateMipmapHint(GLenum hint) argument
574 mGenerateMipmapHint = hint;
577 void State::setFragmentShaderDerivativeHint(GLenum hint) argument
579 mFragmentShaderDerivativeHint = hint;
580 // TODO: Propagate the hint to shader translator so we can write
581 // ddx, ddx_coarse, or ddx_fine depending on the hint.
582 // Ignore for now. It is valid for implementations to ignore hint.
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp51 Kind k, DisplayHint hint)
52 : str(StripTrailingDots(s)), kind(k), Hint(hint),
55 PathDiagnosticPiece::PathDiagnosticPiece(Kind k, DisplayHint hint) argument
56 : kind(k), Hint(hint), LastInMainSourceFile(false) {}
50 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint) argument
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl84 dst->hint = src.hint;
/external/libunwind/src/aarch64/
H A Dinit.h123 c->dwarf.hint = 0;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c1289 antlr3VectorResize (pANTLR3_VECTOR vector, ANTLR3_UINT32 hint) argument
1296 if (hint == 0 || hint < vector->elementsSize)
1302 newSize = hint * 2;
1338 antlr3VectorResize(vector, 0); // Give no hint, we let it add 1024 or double it
1455 // Initialize the API, ignore the hint as this algorithm does
/external/chromium_org/content/renderer/
H A Drender_widget.h161 blink::WebTextDirection hint);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2ft.c223 /* get scaling and hint flag from GlyphSlot */
234 *hinted = decoder->builder.glyph->hint;
/external/eigen/Eigen/src/Geometry/
H A DTransform.h1107 * \param hint allows to optimize the inversion process when the transformation
1124 Transform<Scalar,Dim,Mode,Options>::inverse(TransformTraits hint) const
1127 if (hint == Projective)
1133 if (hint == Isometry)
1137 else if(hint&Affine)
/external/freetype/src/cff/
H A Dcf2ft.c225 /* get scaling and hint flag from GlyphSlot */
236 *hinted = decoder->builder.glyph->hint;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2ft.c223 /* get scaling and hint flag from GlyphSlot */
234 *hinted = decoder->builder.glyph->hint;
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js782 function createConfigField(value, className, hint, validate) {
786 input.placeholder = hint;
/external/chromium_org/sync/sessions/
H A Dnudge_tracker_unittest.cc127 BuildInvalidation(1, "hint"));
156 BuildInvalidation(1, "hint"));
163 // Easy case: record one hint.
175 // Record a second hint for the same type.
184 // Expect the most hint recent is last in the list.
190 // Record a hint for a different type.
217 BuildInvalidation(i, "hint"));
238 // Verify the newest hint was not dropped and is the last in the list.
241 // Verify the oldest hint, too.
242 EXPECT_EQ("hint", gu_trigge
826 SendInvalidation(ModelType type, int version, const std::string& hint) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h360 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below);
362 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
379 /// getDisplayHint - Return a hint indicating where the diagnostic should
468 /// \brief Constructs a Stack hint for the given symbol.
470 /// The class knows how to construct the stack hint message based on
473 /// The hint can be customized by redefining 'getMessageForX()' methods.
502 /// supply a message that will be used to construct an extra hint on the
532 /// Produce the hint for the given node. The node contains
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20.inl84 gl->hint = (glHintFunc) loader->get("glHint");
H A DglwInitES30Direct.inl84 gl->hint = &glHint;
/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp470 const deUint32 hint = usageHints[rnd.getInt(0, DE_LENGTH_OF_ARRAY(usageHints)-1)];
477 glBufferData(target, size, fillWithData ? m_refBuffer.getPtr() : DE_NULL, hint);
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp482 const deUint32 hint = usageHints[rnd.getInt(0, DE_LENGTH_OF_ARRAY(usageHints)-1)];
489 glBufferData(target, size, fillWithData ? m_refBuffer.getPtr() : DE_NULL, hint);
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp153 const char* getUsageHintName (deUint32 hint) argument
155 switch (hint)
/external/eigen/Eigen/src/Core/util/
H A DMemory.h722 pointer allocate( size_type num, const void* hint = 0 )
724 EIGEN_UNUSED_VARIABLE(hint);
/external/opencv/cv/src/
H A D_cvipp.h85 (void** momentstate, CvHintAlgorithm hint ))
706 ( void** ppState, CvSize roiSize, int winSize, int hint ))
/external/openssl/apps/
H A Ds_client.c226 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity, argument
236 if (!hint)
240 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
243 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
245 /* lookup PSK identity and PSK key based on the given identity hint here */
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h164 virtual void hint(WGC3Denum target, WGC3Denum mode) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h376 * PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
378 * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket
452 uint32_t tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */
956 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity,
1180 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
1184 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint,
1343 /* PSK identity hint is stored here only to enable setting a hint on an SSL object before an
1347 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity,
/external/chromium_org/third_party/mesa/src/src/mesa/
H A Dsources.mak53 $(SRCDIR)main/hint.c \
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h695 inline Hint NegateHint(Hint hint) {

Completed in 4083 milliseconds

1234567891011>>