Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/rs/
DrsProgramVertex.cpp44 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 …]
DrsProgram.cpp53 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()
DrsProgramFragment.cpp48 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()
DrsProgram.h50 Allocation **constants; member
Drsg.spec25 param RsAllocation constants
/frameworks/rs/api/
DGenerateDocumentation.cpp286 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/
DFullscreenBlur.java161 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/
Dcategory-element.jd24 constants. The name assigned here can be derived from those constants
Daction-element.jd29 {@code ACTION_<i>string</i>} constants. To assign one of these actions to
/frameworks/native/libs/ui/
DAndroid.mk31 LOCAL_CPPFLAGS += -Wno-four-char-constants
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dshared.rsh35 /* These constants must match those in UnitTest.java */
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dshared.rsh35 /* These constants must match those in UnitTest.java */
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dshared.rsh35 /* These constants must match those in UnitTest.java */
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd435 <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
491constants 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
Dandroid-2.3.3.jd167 <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/
Dcontentprovider_testing.jd81 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/
Dannotations.jd318 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/
Dx86.jd67 <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/
Dshared.rsh111 /* These constants must match those in UnitTest.java */
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh111 /* These constants must match those in UnitTest.java */
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh114 /* These constants must match those in UnitTest.java */
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd165 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.
Dretrieve-details.jd121 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/
Dscenegraph_objects.rsh90 // location of the per object constants on the buffer
102 // location of the per object constants on the buffer
/frameworks/base/obex/javax/obex/
DServerSession.java301 int constants; in handleSetPathRequest() local
312 constants = mInput.read(); in handleSetPathRequest()

12345