@NoOffset @Properties(inherit=Bullet3OpenCL.class) public class b3FillCL extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
b3FillCL.b3ConstData |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3FillCL(Pointer p)
Pointer cast constructor.
|
b3FillCL(Pointer ctx,
Pointer device,
Pointer queue) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(b3FloatOCLArray src,
float value,
int n) |
void |
execute(b3FloatOCLArray src,
float value,
int n,
int offset) |
void |
execute(b3Int2OCLArray src,
b3Int2 value,
int n) |
void |
execute(b3Int2OCLArray src,
b3Int2 value,
int n,
int offset) |
void |
execute(b3IntOCLArray src,
int value,
int n) |
void |
execute(b3IntOCLArray src,
int value,
int n,
int offset) |
void |
execute(b3UnsignedIntOCLArray src,
int value,
int n) |
void |
execute(b3UnsignedIntOCLArray src,
int value,
int n,
int offset) |
void |
executeHost(b3Int2Array src,
b3Int2 value,
int n,
int offset) |
void |
executeHost(b3IntArray src,
int value,
int n,
int offset) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic b3FillCL(Pointer p)
Pointer(Pointer).public void execute(@ByRef b3UnsignedIntOCLArray src, @Cast(value="const unsigned int") int value, int n, int offset)
public void execute(@ByRef b3UnsignedIntOCLArray src, @Cast(value="const unsigned int") int value, int n)
public void execute(@ByRef b3IntOCLArray src, int value, int n, int offset)
public void execute(@ByRef b3IntOCLArray src, int value, int n)
public void execute(@ByRef b3FloatOCLArray src, float value, int n, int offset)
public void execute(@ByRef b3FloatOCLArray src, float value, int n)
public void execute(@ByRef b3Int2OCLArray src, @Const @ByRef b3Int2 value, int n, int offset)
public void execute(@ByRef b3Int2OCLArray src, @Const @ByRef b3Int2 value, int n)
public void executeHost(@ByRef b3Int2Array src, @Const @ByRef b3Int2 value, int n, int offset)
public void executeHost(@ByRef b3IntArray src, int value, int n, int offset)
Copyright © 2024. All rights reserved.