OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_extensions
(Results
26 - 37
of
37
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h
2945
struct
gl_extensions
struct
[
all
...]
extensions.c
58
/** Offset (in bytes) of the corresponding member in struct
gl_extensions
. */
71
* Given a member \c x of struct
gl_extensions
, return offset of
74
#define o(x) offsetof(struct
gl_extensions
, x)
332
*
gl_extensions
and return that member's offset (in bytes). If the name is
336
* \return Offset of member in struct
gl_extensions
.
[
all
...]
samplerobj.c
287
const struct
gl_extensions
* const e = &ctx->Extensions;
[
all
...]
texparam.c
58
const struct
gl_extensions
* const e = & ctx->Extensions;
[
all
...]
get.c
211
offsetof(struct
gl_extensions
, f)
463
*
gl_extensions
" include a member with the name of the extension.
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
2945
struct
gl_extensions
struct
[
all
...]
extensions.c
58
/** Offset (in bytes) of the corresponding member in struct
gl_extensions
. */
71
* Given a member \c x of struct
gl_extensions
, return offset of
74
#define o(x) offsetof(struct
gl_extensions
, x)
332
*
gl_extensions
and return that member's offset (in bytes). If the name is
336
* \return Offset of member in struct
gl_extensions
.
[
all
...]
samplerobj.c
287
const struct
gl_extensions
* const e = &ctx->Extensions;
[
all
...]
texparam.c
58
const struct
gl_extensions
* const e = & ctx->Extensions;
[
all
...]
get.c
211
offsetof(struct
gl_extensions
, f)
463
*
gl_extensions
" include a member with the name of the extension.
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y
32
#include "main/core.h" /* for struct
gl_extensions
*/
1119
glcpp_parser_create (const struct
gl_extensions
*extensions, int api)
[
all
...]
/external/mesa3d/src/glsl/glcpp/
glcpp-parse.y
32
#include "main/core.h" /* for struct
gl_extensions
*/
1119
glcpp_parser_create (const struct
gl_extensions
*extensions, int api)
[
all
...]
Completed in 1065 milliseconds
1
2