Home
last modified time | relevance | path

Searched refs:frg (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dopenglsupport.cpp72 GLint createShader(const char* vtx, const char* frg) in createShader() argument
87 glShaderSource(frg_id, 1, &frg, 0); in createShader()
224 const char* frg = "" in test_openglsupport() local
236 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
255 const char* frg = "#version 120\n" in test_openglsupport() local
264 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
287 const char* frg = "#version 150\n" in test_openglsupport() local
294 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
312 const char* frg = "#version 150\n" in test_openglsupport() local
319 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c1591 int frg, size; in unlock_fragments() local
1605 frg = write_buffer->block; in unlock_fragments()
1606 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(fragment_table[frg].size); in unlock_fragments()
1607 fragment_table[frg].start_block = bytes; in unlock_fragments()
1613 "\n", frg, size); in unlock_fragments()
1886 struct fragment *frg; in add_file() local
1909 frg = malloc(sizeof(struct fragment)); in add_file()
1910 if(frg == NULL) in add_file()
1913 frg->index = fragment; in add_file()
1914 frg->offset = offset; in add_file()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp1591 ifstream frg(ICU_REGIONS); in main() local
1592 if (frg) { in main()
1594 while (getline(frg, line)) { in main()