HomeSort by relevance Sort by last modified time
    Searched refs:getAllocation (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_kernel_struct.java 37 A = t.getAllocation();
40 B = t.getAllocation();
UT_struct.java 50 p.getAllocation().destroy();
UT_element.java 89 s.get_complexStruct().getAllocation().destroy();
UT_foreach_multi.java 83 Out3 = StructType.getAllocation();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IsObjectTest.java 77 mIn = filed.getAllocation();
97 mIn = filed.getAllocation();
121 mIn = filed.getAllocation();
144 mIn = filed.getAllocation();
166 mIn = filed.getAllocation();
SetObjectTest.java 78 mIn = field.getAllocation();
98 mIn = field.getAllocation();
121 mIn = field.getAllocation();
143 mIn = field.getAllocation();
165 mIn = field.getAllocation();
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 71 pvs.bindConstants(mVpConsts.getAllocation(), 0);
115 smb.addVertexAllocation(mPoints.getAllocation());
125 mPhysicsScript.set_gBalls(mBalls.getAllocation());
132 mScript.set_gGrid(mGrid.getAllocation());
142 mPhysicsScript.set_gGrid(mGrid.getAllocation());
  /frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
MainActivity.java 91 Allocation alloc = minUserType.getAllocation();
105 Allocation alloc = minUserType.getAllocation();
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 74 public Allocation getAllocation() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 68 public Allocation getAllocation() {
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingUtil.hpp 55 vk::Allocation& getAllocation (void) const { return *m_allocation; }
83 vk::Allocation& getAllocation (void) const { return *m_allocation; }
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.hpp 50 vk::Allocation& getAllocation (void) const { return *m_allocation; }
71 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktComputeBasicComputeShaderTests.cpp 252 const Allocation& bufferAllocation = buffer.getAllocation();
423 const Allocation& bufferAllocation = buffer.getAllocation();
596 const Allocation& bufferAllocation = buffer.getAllocation();
722 const Allocation& stagingBufferAllocation = stagingBuffer.getAllocation();
811 const Allocation& outputBufferAllocation = outputBuffer.getAllocation();
815 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 114 const Allocation& alloc = vertexBuffer.getAllocation();
194 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
vktGeometryTestsUtil.hpp 69 vk::Allocation& getAllocation (void) const { return *m_allocation; }
97 vk::Allocation& getAllocation (void) const { return *m_allocation; }
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 70 vk::Allocation& getAllocation (void) const { return *m_allocation; }
91 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktImageMultisampleLoadStoreTests.cpp 271 const Allocation& alloc = constantsBuffer->getAllocation();
290 const Allocation& alloc = resultBuffer->getAllocation();
435 const Allocation& alloc = resultBuffer->getAllocation();
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.hpp 48 vk::Allocation& getAllocation (void) const { return *m_allocation; }
69 vk::Allocation& getAllocation (void) const { return *m_allocation; }
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 43 bindConstants(va.getAllocation(), 0);
207 Allocation getAllocation() {
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationPrimitiveDiscardTests.cpp 414 const Allocation& alloc = vertexBuffer.getAllocation();
426 const Allocation& alloc = resultBuffer.getAllocation();
559 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
568 const Allocation& resultAlloc = resultBuffer.getAllocation();
vktTessellationFractionalSpacingTests.cpp 500 const Allocation& alloc = tessLevelsBuffer.getAllocation();
509 const Allocation& alloc = resultBuffer.getAllocation();
540 const Allocation& resultAlloc = resultBuffer.getAllocation();
vktTessellationGeometryPassthroughTests.cpp 355 const Allocation& alloc = colorBuffer.getAllocation();
434 const Allocation& alloc = tessLevelsBuffer.getAllocation();
447 const Allocation& alloc = vertexBuffer.getAllocation();
vktTessellationMiscDrawTests.cpp 152 const Allocation& alloc = vertexBuffer.getAllocation();
228 const Allocation& alloc = tessLevelsBuffer.getAllocation();
300 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();

Completed in 546 milliseconds

1 2 3 4