Searched defs:pixels (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c188 static void fill_plasma( AndroidBitmapInfo* info, void* pixels, double t ) argument
201 uint16_t* line = (uint16_t*)pixels;
214 * for every pair of pixels.
265 pixels = (char*)pixels + info->stride;
367 void* pixels; local
388 if ((ret = AndroidBitmap_lockPixels(env, bitmap, &pixels)) < 0) {
395 fill_plasma(&info, pixels, time_ms );
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c204 void* pixels = buffer->bits; local
210 uint16_t* line = (uint16_t*)pixels;
223 * for every pair of pixels.
274 pixels = (uint16_t*)pixels + buffer->stride;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java537 int type, Buffer pixels) {
538 mgl.glReadPixels(x, y, width, height, format, type, pixels);
624 Buffer pixels) {
626 format, type, pixels);
647 Buffer pixels) {
649 format, type, pixels);
536 glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) argument
622 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
645 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument

Completed in 29 milliseconds