Searched refs:pname (Results 1 - 5 of 5) sorted by relevance

/system/extras/app-launcher/
H A Dcomputestats.c11 char *pname; variable
51 pname = argv[0];
H A Dcomputestatsf.c11 char *pname; variable
51 pname = argv[0];
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h252 GGLenum pname,
256 GGLenum pname, const GGLfixed* params);
260 GGLenum pname,
273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp333 GGLenum pname,
337 if (target != GGL_TEXTURE_ENV || pname != GGL_TEXTURE_ENV_MODE) {
358 GGLenum pname, const GGLfixed* params)
365 switch (pname) {
367 ggl_texEnvi(con, target, pname, params[0]);
390 GGLenum pname,
403 switch (pname) {
477 static void ggl_texGeni(void* con, GGLenum coord, GGLenum pname, GGLint param) argument
480 if (pname != GGL_TEXTURE_GEN_MODE) {
332 ggl_texEnvi(void* con, GGLenum target, GGLenum pname, GGLint param) argument
357 ggl_texEnvxv(void* con, GGLenum target, GGLenum pname, const GGLfixed* params) argument
388 ggl_texParameteri(void* con, GGLenum target, GGLenum pname, GGLint param) argument
/system/core/fastboot/
H A Dfastboot.cpp906 static void flash_buf(const char *pname, struct fastboot_buffer *buf) argument
912 (strcmp(pname, "vbmeta") == 0 || strcmp(pname, "vbmeta_a") == 0 ||
913 strcmp(pname, "vbmeta_b") == 0)) {
929 fb_queue_flash_sparse(pname, pair.first, pair.second, i + 1, sparse_files.size());
934 fb_queue_flash_fd(pname, buf->fd, buf->sz);
1103 static void do_flash(Transport* transport, const char* pname, const char* fname) { argument
1109 flash_buf(pname, &buf);
1756 std::string pname = next_arg(&args); local
1762 fname = find_item(pname);
[all...]

Completed in 356 milliseconds