Home
last modified time | relevance | path

Searched refs:MatrixMode (Results 1 – 25 of 60) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h478 attr->MatrixMode = ctx->GLThread.MatrixMode; in _mesa_glthread_PushAttrib()
495 ctx->GLThread.MatrixMode = attr->MatrixMode; in _mesa_glthread_PopAttrib()
496 ctx->GLThread.MatrixIndex = _mesa_get_matrix_index(ctx, attr->MatrixMode); in _mesa_glthread_PopAttrib()
525 if (ctx->GLThread.MatrixMode == GL_TEXTURE) in _mesa_glthread_ActiveTexture()
554 ctx->GLThread.MatrixMode = mode; in _mesa_glthread_MatrixMode()
Dmatrix.c276 if (ctx->Transform.MatrixMode == mode && mode != GL_TEXTURE) in _mesa_MatrixMode()
287 ctx->Transform.MatrixMode = mode; in _mesa_MatrixMode()
298 if (ctx->Transform.MatrixMode == GL_TEXTURE) { in push_matrix()
350 _mesa_enum_to_string(ctx->Transform.MatrixMode)); in _mesa_PushMatrix()
352 push_matrix(ctx, stack, ctx->Transform.MatrixMode, "glPushMatrix"); in _mesa_PushMatrix()
407 _mesa_enum_to_string(ctx->Transform.MatrixMode)); in _mesa_PopMatrix()
410 if (ctx->Transform.MatrixMode == GL_TEXTURE) { in _mesa_PopMatrix()
417 _mesa_enum_to_string(ctx->Transform.MatrixMode)); in _mesa_PopMatrix()
1088 ctx->Transform.MatrixMode = GL_MODELVIEW; in _mesa_init_transform()
Dglthread.h131 GLenum MatrixMode; member
225 GLenum MatrixMode; member
Dglthread_get.c74 *p = ctx->GLThread.MatrixMode; in _mesa_marshal_GetIntegerv()
/third_party/ffmpeg/libavfilter/
Dconvolution.h25 enum MatrixMode { enum
/third_party/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectrgbtocurve.c45 gl->MatrixMode (GL_PROJECTION); in gst_gl_effects_rgb_to_curve()
Dgstgleffectlumatocurve.c45 gl->MatrixMode (GL_PROJECTION); in gst_gl_effects_luma_to_curve()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldeinterlace.c475 gl->MatrixMode (GL_PROJECTION); in gst_gl_deinterlace_vfir_callback()
514 gl->MatrixMode (GL_PROJECTION); in gst_gl_deinterlace_greedyh_callback()
Dgstglbumper.c470 gl->MatrixMode (GL_PROJECTION); in gst_gl_bumper_callback()
472 gl->MatrixMode (GL_MODELVIEW); in gst_gl_bumper_callback()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dgl_enum_utils_autogen.h125 MatrixMode, enumerator
Dgl_enum_utils_autogen.cpp4525 case GLenumGroup::MatrixMode: in GLenumToString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dgl_enum_utils_autogen.h120 MatrixMode, enumerator
Dgl_enum_utils_autogen.cpp3008 case GLenumGroup::MatrixMode: in GLenumToString()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfixedfunction.h88 GST_GL_EXT_FUNCTION (void, MatrixMode,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_pixel_transform.txt91 Accepted by the <mode> parameter of MatrixMode,
117 void MatrixMode (enum mode);
135 by calling MatrixMode with <mode> set to PIXEL_TRANSFORM_2D_EXT, then using
DEXT_vertex_weighting.txt88 RESOLUTION: NO. The application must use MatrixMode and repeated
225 Accepted by the <mode> parameter of MatrixMode:
394 void MatrixMode(enum mode);
/third_party/openGLES/extensions/EXT/
DEXT_pixel_transform.txt91 Accepted by the <mode> parameter of MatrixMode,
117 void MatrixMode (enum mode);
135 by calling MatrixMode with <mode> set to PIXEL_TRANSFORM_2D_EXT, then using
DEXT_vertex_weighting.txt88 RESOLUTION: NO. The application must use MatrixMode and repeated
225 Accepted by the <mode> parameter of MatrixMode:
394 void MatrixMode(enum mode);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_matrix_palette.txt64 for MatrixMode?
88 stack depth for the MATRIX_PALETTE_ARB MatrixMode to be 1.
135 and IsEnabled, by the <mode> parameter of MatrixMode, and by the
408 void MatrixMode( enum mode );
/third_party/openGLES/extensions/ARB/
DARB_matrix_palette.txt74 for MatrixMode?
98 stack depth for the MATRIX_PALETTE_ARB MatrixMode to be 1.
145 and IsEnabled, by the <mode> parameter of MatrixMode, and by the
418 void MatrixMode( enum mode );
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt124 Accepted by the <mode> parameter of MatrixMode, and by the
233 void MatrixMode( enum mode );
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt134 Accepted by the <mode> parameter of MatrixMode, and by the
243 void MatrixMode( enum mode );
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp258 TEST_P(GLES1CovglTest, MatrixMode) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h73 ANGLE_EXPORT void GL_APIENTRY MatrixMode(GLenum mode);
/third_party/openGLES/extensions/ATI/
DATI_vertex_streams.txt194 calling MatrixMode with MODELVIEWn_ARB, where n is

123