/frameworks/base/opengl/libagl/ |
D | primitives.cpp | 214 const uint32_t enables = c->rasterizer.state.enables; in ogles_validate_primitives() local 217 int index = enables & GGL_ENABLE_SMOOTH ? 0x1 : 0; in ogles_validate_primitives() 219 index |= enables & GGL_ENABLE_FOG ? 0x4 : 0; in ogles_validate_primitives() 254 void compute_iterators_t::initLerp(vertex_t const* v0, uint32_t enables) in initLerp() argument 295 if (enables & GGL_ENABLE_TMUS) { in initLerp() 438 const uint32_t enables = c->rasterizer.state.enables; in fetch_texcoord() local 439 if (!(enables & GGL_ENABLE_TMUS)) in fetch_texcoord() 462 const uint32_t enables = c->rasterizer.state.enables; in primitive_point() local 473 if (enables & GGL_ENABLE_FOG) { in primitive_point() 483 if (enables & GGL_ENABLE_TMUS) { in primitive_point() [all …]
|
D | vertex.cpp | 54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in perspective() argument 76 if (enables & GGL_ENABLE_DEPTH_TEST) { in perspective() 83 void clipFrustumPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipFrustumPerspective() argument 104 perspective(c, v, enables); in clipFrustumPerspective() 110 void clipAllPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipAllPerspective() argument 131 clipFrustumPerspective(c, v, enables); in clipAllPerspective() 137 perspective(c, v, c->rasterizer.state.enables); in ogles_vertex_project()
|
D | array.cpp | 1091 uint32_t enables = c->rasterizer.state.enables; in validate_arrays() local 1099 c->perspective && mode!=GL_POINTS && (enables & GGL_ENABLE_TMUS); in validate_arrays() 1114 if (((enables & GGL_ENABLE_AA)?1:0) != smooth) in validate_arrays() 1129 if (enables & GGL_ENABLE_TMUS) { // needs texture transforms in validate_arrays() 1132 if (c->clipPlanes.enable || (enables & GGL_ENABLE_FOG)) { in validate_arrays() 1138 if (enables & GGL_ENABLE_TMUS) in validate_arrays() 1216 enables = c->rasterizer.state.enables; in validate_arrays() 1217 if (enables & GGL_ENABLE_SMOOTH) in validate_arrays() 1219 if (enables & GGL_ENABLE_TMUS) in validate_arrays() 1379 const uint32_t enables = c->rasterizer.state.enables; in glDrawArrays() local [all …]
|
D | copybit.cpp | 140 if (c->rasterizer.state.enables in checkContext() 215 const uint32_t enables = c->rasterizer.state.enables; in copybit() local 228 if ((enables & GGL_ENABLE_BLENDING) in copybit() 433 (enables & GGL_ENABLE_DITHER) ? in copybit() 452 (enables & GGL_ENABLE_DITHER) ? in copybit()
|
D | texture.cpp | 588 const uint32_t enables = c->rasterizer.state.enables; in set_depth_and_fog() local 598 if (enables & GGL_ENABLE_FOG) { in set_depth_and_fog() 603 if (enables & GGL_ENABLE_DEPTH_TEST) { in set_depth_and_fog() 744 const uint32_t enables = c->rasterizer.state.enables; in drawTexxOESImp() local 745 if (ggl_unlikely(enables & (GGL_ENABLE_DEPTH_TEST|GGL_ENABLE_FOG))) in drawTexxOESImp() 837 const uint32_t enables = c->rasterizer.state.enables; in drawTexiOES() local 838 if (ggl_unlikely(enables & (GGL_ENABLE_DEPTH_TEST|GGL_ENABLE_FOG))) in drawTexiOES()
|
D | matrix.cpp | 97 const uint32_t enables = c->rasterizer.state.enables; in validate_perspective() local 100 if (enables & (GGL_ENABLE_DEPTH_TEST|GGL_ENABLE_FOG)) { in validate_perspective() 102 if (c->clipPlanes.enable || (enables&GGL_ENABLE_FOG)) in validate_perspective()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | instrumentation-element.jd | 17 <dd>Declares an {@link android.app.Instrumentation} class that enables you 32 running. A value of "{@code true}" enables the object to target profiling
|
/frameworks/base/docs/html/sdk/ |
D | android-2.0-highlights.jd | 152 <li>Refreshed UI with actionable browser URL bar enables users to directly 179 <p>Revamped graphics architecture for improved performance that enables better
|
D | android-1.6-highlights.jd | 85 enables users to select multiple photos for deletion.</p> 183 <p>Android 1.6 adds screen support that enables applications to be rendered properly on different
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-webview.jd | 39 {@link android.webkit.WebSettings} object and enables JavaScript.
|
/frameworks/base/include/private/opengles/ |
D | gl_context.h | 545 inline void initLerp(vertex_t const* v0, uint32_t enables);
|
/frameworks/base/docs/html/guide/basics/ |
D | what-is-android.jd | 76 <li>A {@link android.app.NotificationManager Notification Manager} that enables
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 165 Android ships with the sqlite3 database tool, which enables you to browse
|
/frameworks/base/docs/html/guide/topics/views/ |
D | ui-xml.jd | 12 <p>One advantage of declaring your UI in XML is that it enables you to better separate the presenta…
|
/frameworks/base/docs/html/guide/publishing/ |
D | preparing.jd | 79 application on a physical device is very important, because it enables you to
|
/frameworks/base/opengl/tests/angeles/ |
D | license-LGPL.txt | 98 programs enables a greater number of people to use a large body of 100 non-free programs enables many more people to use the whole GNU
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | layout-objects.jd | 270 <td>Provides a tab selection list that monitors clicks and enables the application
|
D | declaring-layout.jd | 58 <p>The advantage to declaring your UI in XML is that it enables you to better separate the presenta…
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | aidl.jd | 34 language used to generate code that enables two processes on an Android-powered device
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 698 The Note Pad sample application enables users to browse through a list 990 enables the user to edit the title of a note. This could be implemented
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 936 user. To give a specific example, Gallery enables a user to 1058 added to a task enables the user to switch between a task that
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | available-resources.jd | 1223 <em>showSearchLabelAsBadge</em> - If set, this enables the display of the 1341 If provided and non-zero, enables voice search.
|
/frameworks/base/docs/html/guide/appendix/faq/ |
D | commontasks.jd | 538 which enables a dialog box with an embedded progress bar to send a "I'm working
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 533 <li>If set to "<code>false</code>", the platform enables its
|