/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 100 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelForm… in renderReference() argument 102 …for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearI… in renderReference() 154 vector<ClearOp> clears; in executeForContexts() local 171 clears.push_back(clear); in executeForContexts() 190 clears.push_back(clear); in executeForContexts() 207 renderReference(refFrame, clears, pixelFmt); in executeForContexts() 236 ClearOp clears[NUM_CLEARS_PER_PACKET]; member 264 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(packetIter->clears); ndx++) in run() 265 renderClear(m_api, packetIter->clears[ndx]); in run() 330 for (int clearNdx = 0; clearNdx < DE_LENGTH_OF_ARRAY(packet.clears); clearNdx++) in executeForContexts() [all …]
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.color_clear.txt | 19 Color buffer clears 25 + Full-screen color buffer clears: glClear(), glClearColor() 26 + glScissor() effect on color buffer clears 27 + glColorMask() effect on color buffer clears 31 + glViewport() effect on color buffer clears 33 + Depth and stencil buffer clears 39 of multiple color clears. Parameters, such as color, scissor rectangle
|
D | functional.scissors.txt | 53 After clearing with scissoring enabled, depth and stencil clears disable 55 tests requiring values set by the previous clears to produce the final output.
|
D | functional.stencil.txt | 25 + Stencil buffer clears
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 131 void renderGL (tcu::Surface& dst, const vector<Clear>& clears); 132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears); 207 vector<Clear> clears; in iterate() local 213 generateClears(clears, deStringHash(getName())^deInt32Hash(m_curIter)); in iterate() 214 renderGL(result, clears); in iterate() 215 renderReference(reference, clears); in iterate() 227 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() argument 234 clears.resize(m_numClears); in generateClears() 236 for (vector<Clear>::iterator clear = clears.begin(); clear != clears.end(); clear++) in generateClears() 276 void DepthStencilClearCase::renderGL (tcu::Surface& dst, const vector<Clear>& clears) in renderGL() argument [all …]
|
D | es2fDepthStencilTests.cpp | 414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() argument 418 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in render() 420 const ClearCommand& clear = clears[ndx]; in render() 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference() argument 483 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in renderReference() 485 const ClearCommand& clear = clears[ndx]; in renderReference()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 131 void renderGL (tcu::Surface& dst, const vector<Clear>& clears); 132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears); 210 vector<Clear> clears; in iterate() local 216 generateClears(clears, deStringHash(getName())^deInt32Hash(m_curIter)); in iterate() 217 renderGL(result, clears); in iterate() 218 renderReference(reference, clears); in iterate() 230 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() argument 237 clears.resize(m_numClears); in generateClears() 239 for (vector<Clear>::iterator clear = clears.begin(); clear != clears.end(); clear++) in generateClears() 279 void DepthStencilClearCase::renderGL (tcu::Surface& dst, const vector<Clear>& clears) in renderGL() argument [all …]
|
D | es3fDepthStencilTests.cpp | 414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() argument 418 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in render() 420 const ClearCommand& clear = clears[ndx]; in render() 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference() argument 483 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in renderReference() 485 const ClearCommand& clear = clears[ndx]; in renderReference()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.rasterizer_discard.txt | 27 - Color clears & writes 28 - Depth clears & writes 29 - Stencil clears & writes 42 afterwards. For depth and stencil clears, series of primitives are drawn
|
D | functional.occlusion_query.txt | 27 - Depth writes and clears 28 - Stencil writes and clears 40 boxes, depth writes/clears or stencil writes/clears. Second, a number of
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | braille_display_manager_test.unitjs | 56 * display content and clears it. There must be exactly one 83 * of cells and clears the list of written cells. 167 * Tests that setting empty content clears the display.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
D | rdtmain.asm | 39 add esp,8 ; caller clears stack
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt3093.test | 15 # once the lock clears.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | TODO | 21 Use u_blitter and hw clears (PRIM3D_CLEAR_RECT).
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
D | errwarn.pxi | 63 # retrieve info (clears error)
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 21 Use u_blitter and hw clears (PRIM3D_CLEAR_RECT).
|
/external/lldb/docs/ |
D | code-signing.txt | 10 delete the file so the kernel clears its cache.
|
/external/llvm/test/MC/ARM/ |
D | ltorg.s | 31 @ check that ltorg clears the constant pool after dumping it
|
D | ltorg-darwin.s | 33 @ check that ltorg clears the constant pool after dumping it
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 60 Draw calls (excluding clears) are tested with the same method, with the
|
/external/chromium_org/ppapi/api/ |
D | pp_completion_callback.idl | 238 * PP_RunAndClearCompletionCallback() runs a callback and clears the reference 247 * callback). As a result, this function clears the pointer
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_editor_unittest.mm | 95 // Attempting to insert newline when everything is selected clears 221 // Test that -cut: is correctly delegated to the observer and clears
|
/external/chromium_org/chrome/common/extensions/api/ |
D | notifications.idl | 129 // method first clears that notification before proceeding with the create
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 279 0x02 mem_order Counts the number of machine clears due to memory order conflicts 322 …0x02 bad_target Counts number of Branch Address Calculator clears (BACLEAR) asserted due to condit… 324 …0x01 early Counts early (normal) Branch Prediction Unit clears: BPU predicted a taken branch after… 325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts 326 0x03 any Counts all BPU clears
|
/external/chromium_org/ui/app_list/cocoa/ |
D | apps_search_box_controller_unittest.mm | 147 // Test pressing escape clears the search. First add some text.
|