OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fill_tex
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h
49
GLuint
fill_tex
= 0;
local
68
fill_tex
|= (1<<2);
85
fill_tex
|= (1<<1);
102
fill_tex
|= (1<<0);
222
if (
fill_tex
& (1<<0))
240
if (
fill_tex
& (1<<1))
258
if (
fill_tex
& (1<<2))
/external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c
736
GLuint
fill_tex
[GART_FILL_SIZE];
local
808
fill_tex
[i] = CreateTexture(511, 511, (i % 16));
811
if (
fill_tex
[i] >= 0 && errCode == GL_NO_ERROR)
824
ShowTextures(
fill_tex
, GART_FILL_SIZE, 512, 512);
850
glDeleteTextures(1, &
fill_tex
[i]);
Completed in 65 milliseconds