Home
last modified time | relevance | path

Searched defs:void (Results 1 – 25 of 116) sorted by relevance

12345

/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
Drsrenderstates.rs84 static void displayFontSamples() { variable
151 static void bindProgramVertexOrtho() { constant
160 static void displayShaderSamples() { constant
209 static void displayBlendingSamples() { constant
255 static void displayMeshSamples() { constant
275 static void displayTextureSamplers() { constant
332 static void displayCullingSamples() { constant
376 static void setupCustomShaderLights() { variable
439 static void displayCustomShaderSamples() { constant
475 static void displayCustomShaderSamples2() { variable
[all …]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dfp_mad.rs8 static void test_mad4(uint32_t index) { constant
32 static void test_mad(uint32_t index) { variable
56 static void test_norm(uint32_t index) { constant
71 static void test_sincos4(uint32_t index) { variable
86 static void test_sincos(uint32_t index) { variable
101 static void test_clamp(uint32_t index) { constant
127 static void test_clamp4(uint32_t index) { variable
Dmath_agree.rs58 static void fail_f1(float v1, float v2, float actual, float expected, char *op_name) { variable
68 static void fail_f2(float2 v1, float2 v2, float2 actual, float2 expected, char *op_name) { variable
85 static void fail_f3(float3 v1, float3 v2, float3 actual, float3 expected, char *op_name) { variable
108 static void fail_f4(float4 v1, float4 v2, float4 actual, float4 expected, char *op_name) { variable
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dfp_mad.rs8 static void test_mad4(uint32_t index) { variable
32 static void test_mad(uint32_t index) { constant
56 static void test_norm(uint32_t index) { variable
71 static void test_sincos4(uint32_t index) { constant
86 static void test_sincos(uint32_t index) { variable
101 static void test_clamp(uint32_t index) { constant
127 static void test_clamp4(uint32_t index) { constant
Dmath_agree.rs58 static void fail_f1(float v1, float v2, float actual, float expected, char *op_name) { variable
68 static void fail_f2(float2 v1, float2 v2, float2 actual, float2 expected, char *op_name) { constant
85 static void fail_f3(float3 v1, float3 v2, float3 actual, float3 expected, char *op_name) { constant
108 static void fail_f4(float4 v1, float4 v2, float4 actual, float4 expected, char *op_name) { constant
Dalloc.rs29 const void *p = rsGetElementAt(aRaw, i, j); constant
38 const void *p = rsGetElementAt(aRaw, i); constant
47 const void *p = rsGetElementAt(aRaw, i, j, 0); constant
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dfp_mad.rs8 static void test_mad4(uint32_t index) { variable
32 static void test_mad(uint32_t index) { variable
56 static void test_norm(uint32_t index) { constant
71 static void test_sincos4(uint32_t index) { constant
86 static void test_sincos(uint32_t index) { constant
101 static void test_clamp(uint32_t index) { variable
127 static void test_clamp4(uint32_t index) { constant
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dfp_mad.rs8 static void test_mad4(uint32_t index) { variable
32 static void test_mad(uint32_t index) { constant
56 static void test_norm(uint32_t index) { variable
71 static void test_sincos4(uint32_t index) { constant
86 static void test_sincos(uint32_t index) { constant
101 static void test_clamp(uint32_t index) { variable
127 static void test_clamp4(uint32_t index) { variable
Dalloc.rs29 const void *p = rsGetElementAt(aRaw, i, j); constant
38 const void *p = rsGetElementAt(aRaw, i); constant
47 const void *p = rsGetElementAt(aRaw, i, j, 0); constant
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dfp_mad.rs8 static void test_mad4(uint32_t index) { constant
32 static void test_mad(uint32_t index) { constant
56 static void test_norm(uint32_t index) { variable
71 static void test_sincos4(uint32_t index) { constant
86 static void test_sincos(uint32_t index) { constant
101 static void test_clamp(uint32_t index) { constant
127 static void test_clamp4(uint32_t index) { variable
Dalloc.rs29 const void *p = rsGetElementAt(aRaw, i, j); constant
38 const void *p = rsGetElementAt(aRaw, i); constant
47 const void *p = rsGetElementAt(aRaw, i, j, 0); constant
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dtorus_test.rs64 static void updateModelMatrix(rs_matrix4x4 *matrix, void *buffer) { constant
72 static void drawToruses(int numMeshes, rs_matrix4x4 *matrix, void *buffer) { variable
113 static void displaySimpleGeoSamples(bool useTexture, int numMeshes) { variable
146 static void setupCustomShaderLights() { constant
208 static void displayCustomShaderSamples(int numMeshes) { constant
237 static void displayPixelLightSamples(int numMeshes, bool heavyVertex) { variable
273 void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) { constant
Dui_test.rs105 static void bindProgramVertexOrtho() { constant
142 static void createParticle(Particle_t *part, int idx, float scale) { variable
189 static void drawSpace() { variable
199 static void drawLights() { constant
216 static void drawParticles(float offset) { constant
250 static void displayIcons(int meshMode) { constant
291 static void drawMeshInPage(float xStart, float yStart, int wResolution, int hResolution) { constant
335 static void displayImageWithText(int wResolution, int hResolution, int meshMode) { constant
354 static void displayListView() { variable
382 static void drawGalaxy() { variable
[all …]
Drsbench.rs64 static void fillSurfaceParams(TestData *testData) { constant
70 static void setupOffscreenTarget() { variable
75 static void bindProgramVertexOrtho() { variable
84 static void runSubTest(int index) { variable
152 static void drawOffscreenResult(int posX, int posY, int width, int height) { constant
171 static void benchmark() { variable
239 static void debug() { constant
Dfill_test.rs58 static void bindProgramVertexOrtho() { constant
67 static void displaySingletexFill(bool blend, int quadCount, bool modulate) { constant
105 static void displayMultitextureSample(bool blend, int quadCount) { constant
136 void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) { constant
Dmesh_test.rs48 static void bindProgramVertexOrtho() { constant
57 static void displayMeshSamples(int meshNum) { constant
80 void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) { constant
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Drender.rs52 static void draw(SgRenderable *obj) { variable
96 static void sortToBucket(SgRenderable *obj) { constant
110 static void updateActiveCamera(rs_allocation cam) { variable
114 static void prepareCameras() { constant
122 static void prepareLights() { constant
128 static void drawSorted() { variable
140 static void drawAllObjects(rs_allocation allObj) { variable
Dtransform.rs29 static void debugTransform(SgTransform *data, const ParentData *parent) { constant
57 static void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) { variable
74 void root(const rs_allocation *v_in, rs_allocation *v_out, const void *usrData) { constant
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbosync.rs115 static void renderAllMeshes() { constant
126 static void drawDescription() { constant
137 static void renderOffscreen(bool useDepth) { variable
172 static void drawOffscreenResult(int posX, int posY, rs_allocation texture) { variable
Dfbotest.rs114 static void renderAllMeshes() { constant
125 static void drawDescription() { variable
136 static void renderOffscreen(bool useDepth) { constant
171 static void drawOffscreenResult(int posX, int posY) { constant
/frameworks/base/tools/aapt/
DZipEntry.h50 ZipEntry(void) in ZipEntry() argument
53 ~ZipEntry(void) {} in ~ZipEntry() argument
58 bool isCompressed(void) const { in isCompressed() argument
61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } in getCompressionMethod() argument
66 off_t getUncompressedLen(void) const { return mCDE.mUncompressedSize; } in getUncompressedLen() argument
72 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; } in getCompressedLen() argument
77 off_t getLFHOffset(void) const { return mCDE.mLocalHeaderRelOffset; } in getLFHOffset() argument
83 off_t getFileOffset(void) const { in getFileOffset() argument
93 unsigned long getCRC32(void) const { return mCDE.mCRC32; } in getCRC32() argument
103 const char* getFileName(void) const { return (const char*) mCDE.mFileName; } in getFileName() argument
[all …]
Dqsort_r_compat.c33 int (*compar)(void*, const void* , const void*)) { in qsort_r_compat()
54 int (*compar)(void*, const void* , const void*)) { in qsort_r_compat()
82 int (*compar)(void*, const void* , const void*)) { in qsort_r_compat()
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dtransform.rs28 static void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) { variable
45 void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) { constant
/frameworks/base/include/androidfw/
DAsset.h110 virtual bool isAllocated(void) const { return false; } in isAllocated() argument
119 const char* getAssetSource(void) const { return mAssetSource.string(); } in getAssetSource() argument
130 AccessMode getAccessMode(void) const { return mAccessMode; } in getAccessMode() argument
242 virtual off64_t getLength(void) const { return mLength; } in getLength() argument
243 virtual off64_t getRemainingLength(void) const { return mLength-mOffset; } in getRemainingLength() argument
245 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() argument
299 virtual off64_t getLength(void) const { return mUncompressedLen; } in getLength() argument
300 virtual off64_t getRemainingLength(void) const { return mUncompressedLen-mOffset; } in getRemainingLength() argument
302 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() argument
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
Dshaderstest.rs130 static void renderAllMeshes() { constant
141 static void renderOffscreen() { constant
162 static void drawOffscreenResult(int posX, int posY, float width, float height) { variable

12345