OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_info
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp
659
GLenum attachment, FboFormatInfo*
res_info
) const {
662
res_info
->type = FBO_ATTACHMENT_NONE;
663
res_info
->rb_format = GL_NONE;
664
res_info
->tex_internalformat = -1;
665
res_info
->tex_format = GL_NONE;
666
res_info
->tex_type = GL_NONE;
671
res_info
->type = FBO_ATTACHMENT_RENDERBUFFER;
672
res_info
->rb_format = queryRboFormat(props.colorAttachment0_rbo);
674
res_info
->type = FBO_ATTACHMENT_TEXTURE;
675
res_info
->tex_internalformat = queryTexInternalFormat(props.colorAttachment0_texture)
[
all
...]
GLClientState.h
295
GLenum attachment, FboFormatInfo*
res_info
) const;
/toolchain/binutils/binutils-2.25/binutils/
resrc.c
700
r->
res_info
= *resinfo;
742
r->
res_info
= *resinfo;
828
r->
res_info
= *resinfo;
864
r->
res_info
= *resinfo;
883
r->
res_info
= *resinfo;
978
r->
res_info
= *resinfo;
1042
r->
res_info
= *resinfo;
1061
r->
res_info
= fontdirs_resinfo;
1128
r->
res_info
= *resinfo;
1144
r->
res_info
= *resinfo
[
all
...]
resres.c
206
r->
res_info
= resinfo;
368
return write_res_bin (wrbfd, off, res, type, name, &res->
res_info
);
windint.h
174
res_info
structures holds data which in a res file is stored with
253
struct rc_res_res_info
res_info
;
member in struct:rc_res_resource
rcparse.y
86
rc_res_res_info
res_info
;
157
%type <
res_info
> suboptions memflags_move_discard memflags_move
[
all
...]
rescoff.c
340
memset (&r->
res_info
, 0, sizeof (rc_res_res_info));
Completed in 94 milliseconds