/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldifferencematte.c | 355 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_differencematte_diff() 360 gl->ActiveTexture (GL_TEXTURE1); in gst_gl_differencematte_diff() 380 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_differencematte_hblur() 404 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_differencematte_vblur() 428 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_differencematte_interp() 433 gl->ActiveTexture (GL_TEXTURE1); in gst_gl_differencematte_interp() 438 gl->ActiveTexture (GL_TEXTURE2); in gst_gl_differencematte_interp()
|
D | gstgldeinterlace.c | 482 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_deinterlace_vfir_callback() 522 gl->ActiveTexture (GL_TEXTURE1); in gst_gl_deinterlace_greedyh_callback() 528 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_deinterlace_greedyh_callback()
|
D | gstglbumper.c | 498 gl->ActiveTexture (GL_TEXTURE1); in gst_gl_bumper_callback() 503 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_bumper_callback()
|
D | gstglfilterglass.c | 334 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_filter_glass_draw_video_plane()
|
D | gstglmosaic.c | 424 gl->ActiveTexture (GL_TEXTURE0); in gst_gl_mosaic_callback()
|
/third_party/gstreamer/gstplugins_base/ext/gl/effects/ |
D | gstgleffectglow.c | 71 gl->ActiveTexture (GL_TEXTURE2); in gst_gl_effects_glow() 78 gl->ActiveTexture (GL_TEXTURE1); in gst_gl_effects_glow()
|
D | gstgleffectxray.c | 109 gl->ActiveTexture (GL_TEXTURE2); in gst_gl_effects_xray() 115 gl->ActiveTexture (GL_TEXTURE1); in gst_gl_effects_xray()
|
D | gstgleffectrgbtocurve.c | 65 gl->ActiveTexture (GL_TEXTURE2); in gst_gl_effects_rgb_to_curve()
|
D | gstgleffectlumatocurve.c | 65 gl->ActiveTexture (GL_TEXTURE2); in gst_gl_effects_luma_to_curve()
|
/third_party/mesa3d/src/mesa/main/ |
D | glthread_marshal.h | 428 return M_TEXTURE0 + ctx->GLThread.ActiveTexture; in _mesa_get_matrix_index() 475 attr->ActiveTexture = ctx->GLThread.ActiveTexture; in _mesa_glthread_PushAttrib() 492 ctx->GLThread.ActiveTexture = attr->ActiveTexture; in _mesa_glthread_PopAttrib() 524 ctx->GLThread.ActiveTexture = texture - GL_TEXTURE0; in _mesa_glthread_ActiveTexture()
|
D | glthread_get.c | 55 *p = GL_TEXTURE0 + ctx->GLThread.ActiveTexture; in _mesa_marshal_GetIntegerv() 86 *p = ctx->GLThread.MatrixStackDepth[M_TEXTURE0 + ctx->GLThread.ActiveTexture] + 1; in _mesa_marshal_GetIntegerv()
|
D | glthread.h | 130 int ActiveTexture; member 224 int ActiveTexture; member
|
D | getstring.c | 242 const GLuint clientUnit = ctx->Array.ActiveTexture; in _get_vao_pointerv()
|
D | varray.c | 1390 const GLuint unit = ctx->Array.ActiveTexture; in _mesa_TexCoordPointer_no_error() 1404 const GLuint unit = ctx->Array.ActiveTexture; in _mesa_TexCoordPointer() 1433 const GLuint unit = ctx->Array.ActiveTexture; in _mesa_VertexArrayTexCoordOffsetEXT() 3908 ctx->Array.ActiveTexture = 0; /* GL_ARB_multitexture */ in _mesa_init_varray() 3959 *param = GL_TEXTURE0_ARB + ctx->Array.ActiveTexture; in _mesa_GetVertexArrayIntegervEXT() 4015 *param = vao->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Format.Size; in _mesa_GetVertexArrayIntegervEXT() 4018 *param = vao->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Format.Type; in _mesa_GetVertexArrayIntegervEXT() 4021 *param = vao->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Stride; in _mesa_GetVertexArrayIntegervEXT() 4024 buf = vao->BufferBinding[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].BufferObj; in _mesa_GetVertexArrayIntegervEXT() 4068 *param = !!(vao->Enabled & VERT_BIT_TEX(ctx->Array.ActiveTexture)); in _mesa_GetVertexArrayIntegervEXT()
|
D | enable.c | 114 vao_state(ctx, vao, VERT_ATTRIB_TEX(ctx->Array.ActiveTexture), state); in client_state() 187 saved_active = ctx->Array.ActiveTexture; in client_state_i() 230 GLuint saved_active = ctx->Array.ActiveTexture; in _mesa_EnableVertexArrayEXT() 283 GLuint saved_active = ctx->Array.ActiveTexture; in _mesa_DisableVertexArrayEXT() 1820 VERT_BIT_TEX(ctx->Array.ActiveTexture)); in _mesa_IsEnabled()
|
/third_party/skia/tests/ |
D | TextureBindingsResetTest.cpp | 48 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 57 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | EGLImageTest.cpp | 129 GR_GL_CALL(glCtx1->gl(), ActiveTexture(GR_GL_TEXTURE0)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | TextureBindingsResetTest.cpp | 45 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 54 GL(ActiveTexture(GR_GL_TEXTURE0 + u)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | EGLImageTest.cpp | 132 GR_GL_CALL(glCtx1->gl(), ActiveTexture(GR_GL_TEXTURE0)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 213 gl->ActiveTexture (GL_TEXTURE0 + gl_mem->mem.plane); in _gl_mem_create()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 62 GET_PROC(ActiveTexture); in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_3_autogen.h | 19 ANGLE_EXPORT void GL_APIENTRY ActiveTexture(GLenum texture);
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 55 GET_PROC(ActiveTexture); in GrGLMakeAssembledWebGLInterface()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | base.h | 289 GST_GL_EXT_FUNCTION (void, ActiveTexture,
|
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 544 TEST_P(GLES1CovglTest, ActiveTexture) in TEST_P() argument
|