OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stwfb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_st.c
63
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
68
if (
stwfb
->texture_width != width ||
stwfb
->texture_height != height) {
70
pipe_resource_reference(&
stwfb
->textures[i], NULL);
86
if (
stwfb
->textures[i] || !(mask & (1 << i))) {
88
if (
stwfb
->textures[i])
96
format =
stwfb
->stvis.color_format;
101
format =
stwfb
->stvis.depth_stencil_format;
113
stwfb
->textures[i] =
118
stwfb
->texture_width = width
129
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
162
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
177
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
190
struct stw_st_framebuffer *
stwfb
;
local
213
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
228
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
[
all
...]
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c
63
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
68
if (
stwfb
->texture_width != width ||
stwfb
->texture_height != height) {
70
pipe_resource_reference(&
stwfb
->textures[i], NULL);
86
if (
stwfb
->textures[i] || !(mask & (1 << i))) {
88
if (
stwfb
->textures[i])
96
format =
stwfb
->stvis.color_format;
101
format =
stwfb
->stvis.depth_stencil_format;
113
stwfb
->textures[i] =
118
stwfb
->texture_width = width
129
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
162
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
177
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
190
struct stw_st_framebuffer *
stwfb
;
local
213
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
228
struct stw_st_framebuffer *
stwfb
= stw_st_framebuffer(stfb);
local
[
all
...]
Completed in 526 milliseconds