HomeSort by relevance Sort by last modified time
    Searched refs:buffer_char (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 125 char *buffer_char = new char[mAllocSize]; local
132 buffer_char[i] = (char) i;
139 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char);
140 mChar2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_char);
141 mChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
142 mChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
144 delete [] buffer_char;
213 char *buffer_char = new char[mAllocSize]; local
219 buffer_char[i] = (char) i;
225 mUCharAllocation->copy1DRangeFrom(0, mAllocSize, buffer_char);
    [all...]
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 129 char *buffer_char = new char[mAllocSize]; local
136 buffer_char[i] = (char) i;
143 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char);
144 mChar2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_char);
145 mChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
146 mChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
148 delete [] buffer_char;
217 char *buffer_char = new char[mAllocSize]; local
223 buffer_char[i] = (char) i;
229 mUCharAllocation->copy1DRangeFrom(0, mAllocSize, buffer_char);
    [all...]
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 179 byte[] buffer_char = new byte[mAllocSize];
186 buffer_char[i] = (byte) i;
193 mCharAllocation.copyFrom(buffer_char);
194 mChar2Allocation.copyFrom(buffer_char);
195 mChar3Allocation.copyFrom(buffer_char);
196 mChar4Allocation.copyFrom(buffer_char);
273 byte[] buffer_char = new byte[mAllocSize];
279 buffer_char[i] = (byte) i;
285 mUCharAllocation.copyFrom(buffer_char);
286 mUChar2Allocation.copyFrom(buffer_char);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredFramebuffer.cpp 438 unsigned char buffer_char[TEXTURE_WIDTH * TEXTURE_HEIGHT * N_TEXTURE_COMPONENTS]; local
564 gl.readPixels(0 /* x */, 0 /* y */, TEXTURE_WIDTH, TEXTURE_HEIGHT, GL_RGBA, GL_UNSIGNED_BYTE, buffer_char);
567 if (memcmp(buffer_char, slice_1_data_char, sizeof(slice_1_data_char)) != 0)
595 buffer = buffer_char;
    [all...]

Completed in 246 milliseconds