/external/deqp/modules/gles2/functional/ |
es2fBufferWriteTests.cpp | 614 tcu::TestCaseGroup* const recreateStoreGroup = new tcu::TestCaseGroup(m_testCtx, "recreate_store", "Data store recreate using glBufferData()"); 625 RECREATE_STORE_CASE(identical_1, "Recreate with identical parameters", 630 RECREATE_STORE_CASE(identical_2, "Recreate with identical parameters", 635 RECREATE_STORE_CASE(different_target_1, "Recreate with different target", 639 RECREATE_STORE_CASE(different_target_2, "Recreate with different target", 644 RECREATE_STORE_CASE(different_usage, "Recreate with different usage", 650 RECREATE_STORE_CASE(different_size, "Recreate with different size",
|
/development/ndk/sources/android/ndk_helper/ |
GLContext.cpp | 172 //Recreate surface 243 //Recreate context 249 //Recreate surface
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tracker.c | 217 * Don't recreate if we're dropping the render target flag. 223 * Don't recreate if we're dropping the scanout flag. 229 * Always recreate for unknown / unimplemented flags.
|
/art/runtime/base/ |
histogram.h | 55 // Reset the cumulative values, next time CreateHistogram is called it will recreate the cache.
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
MixedManagedProfileOwnerTest.java | 134 // In managed profile, clearing password through dpm is not allowed. Recreate user to
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
KubeRenderer.java | 100 // Nothing special, don't have any textures we need to recreate.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 227 boolean recreate = false; 243 recreate = true; 247 recreate = true; 255 if (recreate)
|
/external/e2fsprogs/e2fsck/ |
dx_dirinfo.c | 50 * needs to recreate the root directory or lost+found
|
/external/jsr330/ |
build.sh | 4 # Clear and recreate build directory.
|
/external/kernel-headers/original/uapi/drm/ |
virtgpu_drm.h | 82 uint32_t bo_handle; /* if this is set - recreate a new resource attached to this bo ? */
|
/external/libdrm/include/drm/ |
virtgpu_drm.h | 82 uint32_t bo_handle; /* if this is set - recreate a new resource attached to this bo ? */
|
/external/skia/include/ports/ |
SkFontConfigInterface.h | 68 // Recreate from a flattened buffer, returning the number of bytes read.
|
/external/v8/test/mjsunit/ |
debug-stepout-scope-part1.js | 30 // Check that the ScopeIterator can properly recreate the scope at
|
debug-stepout-scope-part3.js | 30 // Check that the ScopeIterator can properly recreate the scope at
|
debug-stepout-scope-part5.js | 30 // Check that the ScopeIterator can properly recreate the scope at
|
debug-stepout-scope-part8.js | 30 // Check that the ScopeIterator can properly recreate the scope at
|
/frameworks/base/core/java/android/hardware/display/ |
VirtualDisplay.java | 86 * to tear down and recreate the display.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
SystemBars.java | 65 // tear down the in-process version, we'll recreate it again if needed
|
/frameworks/base/rs/java/android/renderscript/ |
RSSurfaceView.java | 123 * recreate the OpenGL display and resume the rendering
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
SoundTriggerDbHelper.java | 73 // TODO: For now, drop older tables and recreate new ones.
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
NightModeTestCase.java | 110 // Now wait for the recreate
|
/libcore/ojluni/src/main/java/javax/sql/ |
StatementEventListener.java | 43 * on the table and then destroy it. It may later recreate the same table when
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewInfoPart.java | 78 * Removes any existing Attribute UI widgets and recreate them if the SDK has changed.
|
/external/skia/site/dev/testing/ |
ct.md | 78 1. User submits a Lua script task, a Performance task, or an Admin task (rebuild chrome, recreate pagesets, recreate webpage archives, capture SKPs) using the GCE web application [here](http://ct.skia.org).
|
/external/deqp/modules/gles3/functional/ |
es3fBufferWriteTests.cpp | 606 tcu::TestCaseGroup* const recreateStoreGroup = new tcu::TestCaseGroup(m_testCtx, "recreate_store", "Data store recreate using glBufferData()"); 617 RECREATE_STORE_CASE(identical_1, "Recreate with identical parameters", 622 RECREATE_STORE_CASE(identical_2, "Recreate with identical parameters", 627 RECREATE_STORE_CASE(different_target, "Recreate with different target", 638 RECREATE_STORE_CASE(different_usage, "Recreate with different usage", 650 RECREATE_STORE_CASE(different_size, "Recreate with different size",
|