OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocation
(Results
276 - 300
of
5138
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/rs/scriptc/
rs_core.rsh
92
* cell of the
allocation
.
108
* restrict the call to a subset of cells in the
allocation
.
129
* @param input The
allocation
to source data from
130
* @param output the
allocation
to write date into
134
*
allocation
to be processed or suggest a walking strategy. May be
158
* @param input The
allocation
to source data from
159
* @param output the
allocation
to write date into
165
*
allocation
to be processed or suggest a walking strategy. May be
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java
121
private
Allocation
loadTexture(int id) {
122
return
Allocation
.createFromBitmapResource(mRS, mResources, id,
123
Allocation
.MipmapControl.MIPMAP_NONE,
124
Allocation
.USAGE_GRAPHICS_TEXTURE);
127
private
Allocation
loadTextureARGB(int id) {
129
return
Allocation
.createFromBitmap(mRS, b,
130
Allocation
.MipmapControl.MIPMAP_NONE,
131
Allocation
.USAGE_GRAPHICS_TEXTURE);
/pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java
8
import android.renderscript.
Allocation
;
27
* into an
Allocation
that's backed by a SurfaceView
36
private
Allocation
mAllocationIn;
37
private
Allocation
mAllocationOut;
74
mAllocationIn =
Allocation
.createSized(mRS, Element.U8(mRS), inputSize);
81
mAllocationOut =
Allocation
.createTyped(mRS, outType,
82
Allocation
.USAGE_IO_OUTPUT |
Allocation
.USAGE_SCRIPT);
/prebuilts/sdk/renderscript/include/
rs_core.rsh
92
* cell of the
allocation
.
108
* restrict the call to a subset of cells in the
allocation
.
129
* @param input The
allocation
to source data from
130
* @param output the
allocation
to write date into
134
*
allocation
to be processed or suggest a walking strategy. May be
158
* @param input The
allocation
to source data from
159
* @param output the
allocation
to write date into
165
*
allocation
to be processed or suggest a walking strategy. May be
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
58
//private
Allocation
mBladesBuffer;
59
private
Allocation
mBladesIndicies;
202
mBladesIndicies =
Allocation
.createSized(mRS, Element.U16(mRS), mIndicies);
255
private
Allocation
generateTextureAlpha() {
261
final
Allocation
allocation
=
Allocation
.createTyped(mRS, builder.create(),
local
262
Allocation
.USAGE_GRAPHICS_TEXTURE);
267
AllocationAdapter a = AllocationAdapter.create2D(mRS,
allocation
);
275
return
allocation
;
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Atan2PiTest.java
20
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
Atan2Test.java
20
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
CopysignTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
81
protected
Allocation
setInAlloc(Element e) {
CrossTest.java
20
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
71
protected
Allocation
setInAlloc(Element e) {
FdimTest.java
18
import android.renderscript.
Allocation
;
26
private
Allocation
mIn;
36
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
79
protected
Allocation
setInAlloc(Element e) {
FmaTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
FmaxTest.java
18
import android.renderscript.
Allocation
;
26
private
Allocation
mIn;
36
public void forEach(int testId,
Allocation
max,
Allocation
mOut) throws RSRuntimeException {
79
protected
Allocation
setInAlloc(Element e) {
FminTest.java
18
import android.renderscript.
Allocation
;
26
private
Allocation
mIn;
36
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
79
protected
Allocation
setInAlloc(Element e) {
FmodTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
HypotTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
MadTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
NextafterTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
80
protected
Allocation
setInAlloc(Element e) {
PowTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
81
protected
Allocation
setInAlloc(Element e) {
PowrTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
81
protected
Allocation
setInAlloc(Element e) {
RemainderTest.java
19
import android.renderscript.
Allocation
;
27
private
Allocation
mIn;
37
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
82
protected
Allocation
setInAlloc(Element e) {
StepTest.java
18
import android.renderscript.
Allocation
;
26
private
Allocation
mIn;
36
public void forEach(int testId,
Allocation
mIn,
Allocation
mOut) throws RSRuntimeException {
79
protected
Allocation
setInAlloc(Element e) {
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentFixedFunctionTest.java
22
import android.renderscript.
Allocation
;
32
Allocation
mTex2D;
40
mTex2D =
Allocation
.createTyped(mRS, typeB.create(),
41
Allocation
.USAGE_SCRIPT |
42
Allocation
.USAGE_GRAPHICS_TEXTURE);
/external/chromium_org/v8/src/
allocation.h
36
// Called when
allocation
routines fail to allocate.
98
// if
allocation
fails.
103
//
Allocation
policy for allocating in the C free store using malloc
112
//
Allocation
policy for allocating in preallocated space.
113
// Used as an
allocation
policy for ScopeInfo when generating
/external/v8/src/
allocation.h
36
// Called when
allocation
routines fail to allocate.
98
// if
allocation
fails.
103
//
Allocation
policy for allocating in the C free store using malloc
112
//
Allocation
policy for allocating in preallocated space.
113
// Used as an
allocation
policy for ScopeInfo when generating
/hardware/ti/omap4xxx/
heaptracker.c
231
malloc_log("+++
ALLOCATION
%p SIZE %d HAS A CORRUPTED FRONT GUARD\n",
234
malloc_log("+++
ALLOCATION
%p HAS A CORRUPTED FRONT GUARD "\
236
/*
Allocation
header is probably corrupt, do not print stack trace */
243
malloc_log("+++
ALLOCATION
%p SIZE %d HAS A CORRUPTED REAR GUARD\n",
258
malloc_log("+++
ALLOCATION
%p HAS INVALID TAG %08x (NOT DUMPING STACKTRACE)\n",
260
/*
Allocation
header is probably corrupt, do not dequeue or dump stack
268
malloc_log("+++
ALLOCATION
%p SIZE %d WAS USED AFTER BEING FREED\n",
278
malloc_log("+++
ALLOCATION
%p SIZE %d ALLOCATED HERE:\n",
282
malloc_log("+++
ALLOCATION
%p SIZE %d FREED HERE:\n",
374
malloc_log("+++
ALLOCATION
%p SIZE %d BYTES MULTIPLY FREED!\n"
[
all
...]
Completed in 885 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>