/frameworks/rs/ |
D | rsProgramVertex.cpp | 44 if (mHal.state.constants[0] == nullptr) { in setup() 50 rsc, mHal.state.constants[0])); in setup() 59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setup() 73 if (mHal.state.constants[0] == nullptr) { in setProjectionMatrix() 79 rsc, mHal.state.constants[0])); in setProjectionMatrix() 82 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setProjectionMatrix() 91 if (mHal.state.constants[0] == nullptr) { in setModelviewMatrix() 97 rsc, mHal.state.constants[0])); in setModelviewMatrix() 100 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setModelviewMatrix() 109 if (mHal.state.constants[0] == nullptr) { in setTextureMatrix() [all …]
|
D | rsProgram.cpp | 53 mHal.state.constants = new Allocation*[mHal.state.constantsCount]; in Program() 101 delete[] mHal.state.constants; in ~Program() 134 mHal.state.constants = nullptr; in initMemberVars() 174 mHal.state.constants[slot] = alloc; in bindAllocation() 215 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { in rsi_ProgramBindConstants() argument 217 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot); in rsi_ProgramBindConstants()
|
D | rsProgramFragment.cpp | 48 if (mHal.state.constants[0] == nullptr) { in setConstantColor() 57 void *p = rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]); in setConstantColor() 60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setConstantColor()
|
D | rsProgram.h | 50 Allocation **constants; member
|
D | rsg.spec | 25 param RsAllocation constants
|
/frameworks/rs/api/ |
D | GenerateDocumentation.cpp | 286 static void writeSummaryTables(GeneratedFile* file, const map<string, Constant*>& constants, in writeSummaryTables() argument 291 for (auto e : constants) { in writeSummaryTables() 625 const auto& constants = specFile.getDocumentedConstants(); in writeDetailedDocumentationFile() local 629 writeSummaryTables(&file, constants, types, functions, NON_DEPRECATED_ONLY, false); in writeDetailedDocumentationFile() 630 writeSummaryTables(&file, constants, types, functions, DEPRECATED_ONLY, false); in writeDetailedDocumentationFile() 633 if (!constants.empty()) { in writeDetailedDocumentationFile() 635 for (auto i : constants) { in writeDetailedDocumentationFile()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | FullscreenBlur.java | 161 int resID, Type constants) { in getShader() argument 165 if (constants != null) { in getShader() 166 fb.setObjectConst(constants); in getShader()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | category-element.jd | 24 constants. The name assigned here can be derived from those constants
|
D | action-element.jd | 29 {@code ACTION_<i>string</i>} constants. To assign one of these actions to
|
/frameworks/native/libs/ui/ |
D | Android.mk | 31 LOCAL_CPPFLAGS += -Wno-four-char-constants
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | shared.rsh | 35 /* These constants must match those in UnitTest.java */
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | shared.rsh | 35 /* These constants must match those in UnitTest.java */
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | shared.rsh | 35 /* These constants must match those in UnitTest.java */
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.2.jd | 435 <li>Network type constants 437 <li>{@link android.net.ConnectivityManager} adds the constants {@link 477 <h3 id="features">New feature constants</h3> 479 <p>The platform adds new hardware feature constants that you can declare 482 and other feature constants in <a 489 <li>Feature constants for landscape or portrait requirements 491 …constants that let applications specify whether they require display in landscape orientation, por… 502 …ion, such as an app designed for a television, could declare one of the constants to ensure that i… 510 <li>Other feature constants
|
D | android-2.3.3.jd | 167 <p>The speech-recognition API includes new constants to let you manage voice 168 search results in new ways. Although the new constants are not needed for normal
|
/frameworks/base/docs/html/tools/testing/ |
D | contentprovider_testing.jd | 81 public constants, but it usually has few if any public methods and no public variables. 171 Test with constants that your provider publicly exposes. For 172 example, look for constants that refer to column names in one of the provider's 173 data tables. These should always be constants publicly defined by the provider.
|
/frameworks/base/docs/html/tools/debugging/ |
D | annotations.jd | 318 references, such as passing references to a set of constants. </p> 321 a value passed as a method parameter references one of the defined constants.</p> 328 //Define the list of accepted constants 337 //Declare the constants 352 not reference one of the defined constants (<code>NAVIGATION_MODE_STANDARD</code>, 357 <code>DisplayOptions</code> annotation with a list of valid <code>DISPLAY_</code> constants. </p>
|
/frameworks/base/docs/html/ndk/guides/ |
D | x86.jd | 67 <li>Avoid using constants with NEON functions. Using constants results in a performance penalty due 68 to having to load constants. If you must use constants, try to initialize them outside of hotspot
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | shared.rsh | 111 /* These constants must match those in UnitTest.java */
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | shared.rsh | 111 /* These constants must match those in UnitTest.java */
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | shared.rsh | 114 /* These constants must match those in UnitTest.java */
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-names.jd | 165 constants and methods for accessing the provider. When you use this class, you don't have to 166 define your own constants for content URIs, table names, or columns. To use this class, 346 <h3 id="DefineConstants">Define constants for the Cursor column indexes</h3> 349 the column's index within the {@link android.database.Cursor}. You can define constants 555 Define constants for the Cursor column indexes. 590 constants you need for your projection, selection clause, and sort order are defined in or 753 Define constants for the Cursor column indexes. 777 Don't define the <code>SELECTION</code> constants or the <code>mSelectionArgs</code> variable.
|
D | retrieve-details.jd | 121 Optionally, you can also use any other column constants defined in or inherited by the 293 data type. Also modify the projection to use the column name constants defined in the 319 Define the columns you want to retrieve, using the column name constants in the subclass
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | scenegraph_objects.rsh | 90 // location of the per object constants on the buffer 102 // location of the per object constants on the buffer
|
/frameworks/base/obex/javax/obex/ |
D | ServerSession.java | 301 int constants; in handleSetPathRequest() local 312 constants = mInput.read(); in handleSetPathRequest()
|