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

  /frameworks/rs/scriptc/
rs_mesh.rsh 17 /** @file rs_mesh.rsh
38 rsgMeshGetVertexAllocationCount(rs_mesh m);
50 rsgMeshGetPrimitiveCount(rs_mesh m);
61 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index);
72 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index);
83 rsgMeshGetPrimitive(rs_mesh m, uint32_t index);
rs_object.rsh 66 rsSetObject(rs_mesh *dst, rs_mesh src);
133 rsClearObject(rs_mesh *dst);
201 rsIsObject(rs_mesh);
rs_graphics.rsh 30 #include "rs_mesh.rsh"
331 rsgDrawMesh(rs_mesh ism);
339 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
349 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
407 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
413 rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) {
rs_types.rsh 170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_mesh.rsh 17 /** @file rs_mesh.rsh
38 rsgMeshGetVertexAllocationCount(rs_mesh m);
50 rsgMeshGetPrimitiveCount(rs_mesh m);
61 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index);
72 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index);
83 rsgMeshGetPrimitive(rs_mesh m, uint32_t index);
rs_object.rsh 64 rsSetObject(rs_mesh *dst, rs_mesh src);
127 rsClearObject(rs_mesh *dst);
193 rsIsObject(rs_mesh);
rs_graphics.rsh 26 #include "rs_mesh.rsh"
327 rsgDrawMesh(rs_mesh ism);
335 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
345 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
403 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
409 rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) {
rs_types.rsh 152 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_mesh.rsh 17 /** @file rs_mesh.rsh
38 rsgMeshGetVertexAllocationCount(rs_mesh m);
50 rsgMeshGetPrimitiveCount(rs_mesh m);
61 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index);
72 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index);
83 rsgMeshGetPrimitive(rs_mesh m, uint32_t index);
rs_object.rsh 64 rsSetObject(rs_mesh *dst, rs_mesh src);
127 rsClearObject(rs_mesh *dst);
193 rsIsObject(rs_mesh);
rs_graphics.rsh 26 #include "rs_mesh.rsh"
327 rsgDrawMesh(rs_mesh ism);
335 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
345 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
403 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
409 rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) {
rs_types.rsh 152 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_mesh.rsh 17 /** @file rs_mesh.rsh
38 rsgMeshGetVertexAllocationCount(rs_mesh m);
50 rsgMeshGetPrimitiveCount(rs_mesh m);
61 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index);
72 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index);
83 rsgMeshGetPrimitive(rs_mesh m, uint32_t index);
rs_object.rsh 64 rsSetObject(rs_mesh *dst, rs_mesh src);
127 rsClearObject(rs_mesh *dst);
193 rsIsObject(rs_mesh);
rs_graphics.rsh 26 #include "rs_mesh.rsh"
327 rsgDrawMesh(rs_mesh ism);
335 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
345 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
403 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
409 rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) {
rs_types.rsh 152 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
  /prebuilts/sdk/renderscript/include/
rs_mesh.rsh 17 /** @file rs_mesh.rsh
38 rsgMeshGetVertexAllocationCount(rs_mesh m);
50 rsgMeshGetPrimitiveCount(rs_mesh m);
61 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index);
72 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index);
83 rsgMeshGetPrimitive(rs_mesh m, uint32_t index);
rs_object.rsh 66 rsSetObject(rs_mesh *dst, rs_mesh src);
133 rsClearObject(rs_mesh *dst);
201 rsIsObject(rs_mesh);
rs_graphics.rsh 30 #include "rs_mesh.rsh"
331 rsgDrawMesh(rs_mesh ism);
339 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
349 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
407 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
413 rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) {
rs_types.rsh 170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
  /frameworks/rs/driver/runtime/
rs_mesh.c 11 rsgMeshGetVertexAllocationCount(rs_mesh m) {
20 rsgMeshGetPrimitiveCount(rs_mesh m) {
29 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index) {
40 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index) {
51 rsgMeshGetPrimitive(rs_mesh m, uint32_t index) {
Android.mk 25 rs_mesh.c \
  /frameworks/compile/slang/
slang_rs.cpp 60 RS_HEADER_ENTRY(rs_mesh) \
  /frameworks/rs/
rs_hal.h 74 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh; typedef in namespace:android::renderscript

Completed in 587 milliseconds