/frameworks/native/opengl/tests/finish/ |
finish.cpp | 103 printf("512x512 unmodified texture, 512x512 blit:\n"); 117 printf("512x512 unmodified texture, 1x1 blit:\n"); 131 printf("512x512 unmodified texture, 512x512 blit (x2):\n"); 146 printf("512x512 unmodified texture, 1x1 blit (x2):\n"); 162 printf("512x512 (1x1 texel MODIFIED texture), 512x512 blit:\n"); 196 printf("1x1 unmodified texture, 512x512 blit:\n"); 210 printf("1x1 (1x1 texel MODIFIED texture), 512x512 blit:\n") [all...] |
/external/eigen/bench/ |
README.txt | 44 double, 512x512: 0.913799s 0.428533s => x2.13239 (2) 51 double, 512x512: 0.829436s 0.424438s => x1.9542 (2)
|
/external/deqp/modules/gles2/stress/ |
es2sMemoryTests.cpp | 78 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, false, false, false, "texture_512x512_rgba_no_write_no_use", "512x512 RGBA texture allocations, no data writes, no use")); 79 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, false, false, false, "texture_512x512_rgba_write_no_use", "512x512 RGBA texture allocations, data writes, no use")); 80 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, true, false, false, "texture_512x512_rgba_no_write_use", "512x512 RGBA texture allocations, no data writes, data used")); 81 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, true, false, false, "texture_512x512_rgba_write_use", "512x512 RGBA texture allocations, data writes, data used")); 141 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, false, false, true, "texture_512x512_rgba_no_write_no_use", "512x512 RGBA texture allocations, no data writes, no use")); 142 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, false, false, true, "texture_512x512_rgba_write_no_use", "512x512 RGBA texture allocations, data writes, no use")); 143 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, true, false, true, "texture_512x512_rgba_no_write_use", "512x512 RGBA texture allocations, no data writes, data used")); 144 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, true, false, true, "texture_512x512_rgba_write_use", "512x512 RGBA texture allocations, data writes, data used"));
|
/external/deqp/modules/gles3/stress/ |
es3sMemoryTests.cpp | 80 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, false, false, false, "texture_512x512_rgba_no_write_no_use", "512x512 RGBA texture allocations, no data writes, no use")); 81 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, false, false, false, "texture_512x512_rgba_write_no_use", "512x512 RGBA texture allocations, data writes, no use")); 82 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, true, false, false, "texture_512x512_rgba_no_write_use", "512x512 RGBA texture allocations, no data writes, data used")); 83 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, true, false, false, "texture_512x512_rgba_write_use", "512x512 RGBA texture allocations, data writes, data used")); 143 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, false, false, true, "texture_512x512_rgba_no_write_no_use", "512x512 RGBA texture allocations, no data writes, no use")); 144 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, false, false, true, "texture_512x512_rgba_write_no_use", "512x512 RGBA texture allocations, data writes, no use")); 145 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, false, true, false, true, "texture_512x512_rgba_no_write_use", "512x512 RGBA texture allocations, no data writes, data used")); 146 basicClearGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 512, 512, 0, 0, true, true, false, true, "texture_512x512_rgba_write_use", "512x512 RGBA texture allocations, data writes, data used"));
|
/developers/samples/android/security/ConfirmCredential/ |
template-params.xml | 52 <!-- Dimensions: 512x512, PNG fomrat -->
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
template-params.xml | 47 <!-- Dimensions: 512x512, PNG fomrat -->
|
/developers/build/templates/create/ |
template-params.xml.ftl | 76 <!-- Dimensions: 512x512, PNG fomrat -->
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloTerrain.java | 99 * 3.3) We prepared a heightmap of size 512x512 -- so we supply 512+1=513.
|
HelloTerrainCollision.java | 129 * 3.3) We prepared a heightmap of size 512x512 -- so we supply 512+1=513.
|
/external/skia/tests/ |
GpuLayerCacheTest.cpp | 69 // Make the layer 512x512 (so it can be atlased)
|
/ndk/sources/android/support/src/musl-ctype/ |
towctrans.c | 68 CASELACE(0x510,0x512),
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoStoreTest.java | 103 // Source image is 512x512
|
/external/toybox/toys/pending/ |
dd.c | 30 Numbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024),
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_launcher.jd | 251 up to 512x512, see <a href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#design-tips">
|
icon_design_launcher_archive.jd | 63 your application on Google Play</a>, you will also need to provide a 512x512 70 can easily be scaled up to 512x512, see
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/ |
template-params.xml | 71 <!-- Dimensions: 512x512, PNG fomrat -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 167 if (mCellSize < 512) { // assuming 512x512 images
|
/tools/external/gradle/ |
gradle-1.10-bin.zip | |
gradle-1.11-bin.zip | |
gradle-1.12-bin.zip | |
gradle-1.7-bin.zip | |
gradle-1.8-bin.zip | |
gradle-1.9-bin.zip | |
gradle-2.0-bin.zip | |
gradle-2.1-bin.zip | |