Home
last modified time | relevance | path

Searched refs:enables (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/opengl/libagl/
Dprimitives.cpp214 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 …]
Dvertex.cpp54 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()
Darray.cpp1091 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 …]
Dcopybit.cpp140 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()
Dtexture.cpp588 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()
Dmatrix.cpp97 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/
Dinstrumentation-element.jd17 <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/
Dandroid-2.0-highlights.jd152 <li>Refreshed UI with actionable browser URL bar enables users to directly
179 <p>Revamped graphics architecture for improved performance that enables better
Dandroid-1.6-highlights.jd85 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/
Dhello-webview.jd39 {@link android.webkit.WebSettings} object and enables JavaScript.
/frameworks/base/include/private/opengles/
Dgl_context.h545 inline void initLerp(vertex_t const* v0, uint32_t enables);
/frameworks/base/docs/html/guide/basics/
Dwhat-is-android.jd76 <li>A {@link android.app.NotificationManager Notification Manager} that enables
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd165 Android ships with the sqlite3 database tool, which enables you to browse
/frameworks/base/docs/html/guide/topics/views/
Dui-xml.jd12 <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/
Dpreparing.jd79 application on a physical device is very important, because it enables you to
/frameworks/base/opengl/tests/angeles/
Dlicense-LGPL.txt98 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/
Dlayout-objects.jd270 <td>Provides a tab selection list that monitors clicks and enables the application
Ddeclaring-layout.jd58 <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/
Daidl.jd34 language used to generate code that enables two processes on an Android-powered device
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd698 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/
Dactivity_task_design.jd936 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/
Davailable-resources.jd1223 <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/
Dcommontasks.jd538 which enables a dialog box with an embedded progress bar to send a &quot;I'm working
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd533 <li>If set to "<code>false</code>", the platform enables its