OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texElem
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java
264
ScriptField_ListAllocs_s.Item
texElem
= new ScriptField_ListAllocs_s.Item();
265
texElem
.item = loadTextureRGB(R.drawable.globe);
266
mTextureAllocs.set(
texElem
, i, false);
/frameworks/rs/
rsFont.cpp
608
ObjectBaseRef<const Element>
texElem
= Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 2);
611
const Element *ebe1[] = {posElem.get(),
texElem
.get()};
Completed in 707 milliseconds