Searched refs:Feedback (Results 1 – 24 of 24) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | feedback.c | 69 ctx->Feedback.BufferSize = 0; in _mesa_FeedbackBuffer() 75 ctx->Feedback._Mask = 0; in _mesa_FeedbackBuffer() 78 ctx->Feedback._Mask = FB_3D; in _mesa_FeedbackBuffer() 81 ctx->Feedback._Mask = (FB_3D | FB_COLOR); in _mesa_FeedbackBuffer() 84 ctx->Feedback._Mask = (FB_3D | FB_COLOR | FB_TEXTURE); in _mesa_FeedbackBuffer() 87 ctx->Feedback._Mask = (FB_3D | FB_4D | FB_COLOR | FB_TEXTURE); in _mesa_FeedbackBuffer() 95 ctx->Feedback.Type = type; in _mesa_FeedbackBuffer() 96 ctx->Feedback.BufferSize = size; in _mesa_FeedbackBuffer() 97 ctx->Feedback.Buffer = buffer; in _mesa_FeedbackBuffer() 98 ctx->Feedback.Count = 0; /* Becaues of this. */ in _mesa_FeedbackBuffer() [all …]
|
D | feedback.h | 49 if (ctx->Feedback.Count < ctx->Feedback.BufferSize) { in _mesa_feedback_token() 50 ctx->Feedback.Buffer[ctx->Feedback.Count] = token; in _mesa_feedback_token() 52 ctx->Feedback.Count++; in _mesa_feedback_token()
|
D | getstring.c | 257 *params = ctx->Feedback.Buffer; in _mesa_GetPointerv()
|
D | get.c | 851 { GL_FEEDBACK_BUFFER_SIZE, CONTEXT_INT(Feedback.BufferSize), NO_EXTRA }, 852 { GL_FEEDBACK_BUFFER_TYPE, CONTEXT_ENUM(Feedback.Type), NO_EXTRA },
|
D | mtypes.h | 3491 struct gl_feedback Feedback; /**< Feedback */ member
|
/external/autotest/client/tests/qemu_iotests/ |
D | control | 23 * Feedback and patches
|
/external/zopfli/ |
D | README.zopflipng | 13 palette selection, are still being made. Feedback and bug reports are welcome.
|
/external/autotest/client/site_tests/security_BundledExtensions/ |
D | baseline | 94 "name": "Feedback",
|
/external/valgrind/ |
D | README.android | 32 Feedback on this welcome. 35 Feedback is welcome.
|
D | NEWS.old | 1007 started, programs should run at about the same speed. Feedback about
|
/external/fonttools/Doc/ |
D | install.txt | 59 Feedback
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | testing-applications.txt | 15 invited. Feedback and discussion should take place on the
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | README.md | 135 API and Specification Feedback
|
/external/curl/docs/ |
D | DISTRO-DILEMMA | 174 Feedback/Updates provided by
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 186 struct gl_feedback Feedback; member 805 save->Feedback = ctx->Feedback; /* struct copy */ in _mesa_meta_begin() 1116 ctx->Feedback = save->Feedback; in _mesa_meta_end()
|
/external/netperf/ |
D | AUTHORS | 204 Feedback on the manual
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveCommentsResponse.txt | 3 Subject: Re: LLVM Feedback
|
/external/tpm2/generator/ |
D | raw_structures.txt | 3047 Output Feedback mode – if implemented, all 3092 Cipher Feedback mode – if implemented, all 10010 shall be block ciphers usable in Cipher Feedback (CFB).
|
D | raw_structures_fixed.txt | 3038 Output Feedback mode – if implemented, all 3083 Cipher Feedback mode – if implemented, all 10023 shall be block ciphers usable in Cipher Feedback (CFB).
|
D | raw_commands.txt | 9999 In Output Feedback (OFB), the output of the pseudo-random function (the block encryption
|
D | raw_commands_fixed.txt | 10010 In Output Feedback (OFB), the output of the pseudo-random function (the block encryption
|
/external/srtp/doc/ |
D | rfc3711.txt | 1197 is a variant of Output Feedback Mode (OFB) [HAC], with a more
|
/external/tpm2/ |
D | part3.txt | 5795 TPM_ALG_OFB In Output Feedback (OFB), the output of the pseudo-random function (the block …
|
/external/curl/ |
D | CHANGES.0 | 10920 - Feedback from Serge Semashko made me change the error message returned when
|