OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nv_texture_env_combine4
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/mesa/main/
texenv.c
72
legal = ctx->Extensions.
NV_texture_env_combine4
;
210
|| !ctx->Extensions.
NV_texture_env_combine4
)) {
241
ctx->Extensions.
NV_texture_env_combine4
));
297
|| !ctx->Extensions.
NV_texture_env_combine4
)) {
316
|| ctx->Extensions.
NV_texture_env_combine4
);
324
|| ctx->Extensions.
NV_texture_env_combine4
;
591
if (ctx->API == API_OPENGL && ctx->Extensions.
NV_texture_env_combine4
) {
605
if (ctx->API == API_OPENGL && ctx->Extensions.
NV_texture_env_combine4
) {
619
if (ctx->API == API_OPENGL && ctx->Extensions.
NV_texture_env_combine4
) {
633
if (ctx->API == API_OPENGL && ctx->Extensions.
NV_texture_env_combine4
) {
[
all
...]
extensions.c
315
{ "GL_NV_texture_env_combine4", o(
NV_texture_env_combine4
), GLL, 1999 },
[
all
...]
attrib.c
738
const GLuint n = ctx->Extensions.
NV_texture_env_combine4
? 4 : 3;
[
all
...]
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c
177
ctx->Extensions.
NV_texture_env_combine4
= true;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c
202
ctx->Extensions.
NV_texture_env_combine4
= true;
/external/mesa3d/src/mesa/state_tracker/
st_extensions.c
524
ctx->Extensions.
NV_texture_env_combine4
= GL_TRUE;
/external/mesa3d/src/glx/
glxextensions.c
217
{ GL(
NV_texture_env_combine4
), VER(0,0), Y, N, N, N },
Completed in 7779 milliseconds