OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createallocation
(Results
1 - 11
of
11
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java
247
* created with {@link #
createAllocation
()}.
412
public Allocation
createAllocation
() {
413
if (VERBOSE) Log.v(TAG, "
createAllocation
- for info =" + toString());
430
Allocation alloc =
createAllocation
();
ScriptGraph.java
450
inputAllocation = inputInfo.
createAllocation
();
493
inputAllocation = inputInfo.
createAllocation
();
507
: script.getOutputInfo().
createAllocation
();
/frameworks/rs/
rsFont.cpp
523
mFontShaderFConstant.set(Allocation::
createAllocation
(mRSC, inputType.get(),
557
Allocation *cacheAlloc = Allocation::
createAllocation
(mRSC, texType.get(),
584
Allocation *indexAlloc = Allocation::
createAllocation
(mRSC, indexType.get(),
614
Allocation *vertexAlloc = Allocation::
createAllocation
(mRSC, vertexDataType.get(),
rsProgramFragment.cpp
118
Allocation *constAlloc = Allocation::
createAllocation
(rsc, inputType.get(),
rsAllocation.h
115
static Allocation *
createAllocation
(Context *rsc, const Type *, uint32_t usages,
rsProgramVertex.cpp
207
Allocation *alloc = Allocation::
createAllocation
(rsc, inputType.get(),
rsAllocation.cpp
102
Allocation * Allocation::
createAllocation
(Context *rsc, const Type *type, uint32_t usages,
483
Allocation *alloc = Allocation::
createAllocation
(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
782
Allocation * alloc = Allocation::
createAllocation
(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
[
all
...]
rsScriptGroup.cpp
254
Allocation * alloc = Allocation::
createAllocation
(rsc,
/external/webrtc/webrtc/p2p/base/
turnserver.h
228
TurnServerAllocation*
CreateAllocation
(
turnserver.cc
386
TurnServerAllocation* alloc =
CreateAllocation
(conn, proto, key);
435
TurnServerAllocation* TurnServer::
CreateAllocation
(TurnServerConnection* conn,
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
320
static android::renderscript::rs_allocation
CreateAllocation
(
387
obj =
CreateAllocation
((RsType) type.p, (RsAllocationMipmapControl) mipmaps,
413
return
CreateAllocation
((RsType) type.p,
[
all
...]
Completed in 322 milliseconds