HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 276 - 300 of 5211) sorted by null

<<11121314151617181920>>

  /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
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /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/content/common/gpu/
gpu_memory_manager_client.h 22 // send it allocation information and query its properties).
33 // Sets buffer usage depending on Memory Allocation
35 const gpu::MemoryAllocation& allocation) = 0;
93 // The allocation for this client, used transiently during memory policy
97 // The ideal allocation for this client for three performance levels, used
  /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...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 32 import android.renderscript.Allocation.MipmapControl;
94 static Allocation createZeroTerminatedAlloc(RenderScript rs,
103 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),
288 Allocation offscreen = Allocation.createTyped(mRS,
290 Allocation.USAGE_GRAPHICS_TEXTURE |
291 Allocation.USAGE_GRAPHICS_RENDER_TARGET);
298 offscreen = Allocation.createTyped(mRS,
300 Allocation.USAGE_GRAPHICS_RENDER_TARGET)
    [all...]
  /frameworks/rs/
rsProgram.cpp 40 mTextures = new ObjectBaseRef<Allocation>[mHal.state.texturesCount];
44 mConstants = new ObjectBaseRef<Allocation>[mHal.state.constantsCount];
46 mHal.state.textures = new Allocation*[mHal.state.texturesCount];
51 mHal.state.constants = new Allocation*[mHal.state.constantsCount];
150 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) {
155 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind allocation");
161 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind allocation");
179 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) {
215 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot);
220 p->bindTexture(rsc, slot, static_cast<Allocation *>(a))
    [all...]

Completed in 164 milliseconds

<<11121314151617181920>>