Home
last modified time | relevance | path

Searched refs:ActiveTexture (Results 1 – 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h430 return M_TEXTURE0 + ctx->GLThread.ActiveTexture; in _mesa_get_matrix_index()
527 attr->ActiveTexture = ctx->GLThread.ActiveTexture; in _mesa_glthread_PushAttrib()
553 ctx->GLThread.ActiveTexture = attr->ActiveTexture; in _mesa_glthread_PopAttrib()
612 ctx->GLThread.ActiveTexture = texture - GL_TEXTURE0; in _mesa_glthread_ActiveTexture()
Dglthread_get.c48 *p = GL_TEXTURE0 + ctx->GLThread.ActiveTexture; in _mesa_marshal_GetIntegerv()
94 *p = ctx->GLThread.MatrixStackDepth[M_TEXTURE0 + ctx->GLThread.ActiveTexture] + 1; in _mesa_marshal_GetIntegerv()
Dglthread.h130 int ActiveTexture; member
227 int ActiveTexture; member
Denable.c117 vao_state(ctx, vao, VERT_ATTRIB_TEX(ctx->Array.ActiveTexture), state); in client_state()
185 saved_active = ctx->Array.ActiveTexture; in client_state_i()
228 GLuint saved_active = ctx->Array.ActiveTexture; in _mesa_EnableVertexArrayEXT()
281 GLuint saved_active = ctx->Array.ActiveTexture; in _mesa_DisableVertexArrayEXT()
1786 VERT_BIT_TEX(ctx->Array.ActiveTexture)); in _mesa_IsEnabled()
Dvarray.c1414 const GLuint unit = ctx->Array.ActiveTexture; in _mesa_TexCoordPointer_no_error()
1428 const GLuint unit = ctx->Array.ActiveTexture; in _mesa_TexCoordPointer()
1457 const GLuint unit = ctx->Array.ActiveTexture; in _mesa_VertexArrayTexCoordOffsetEXT()
3934 ctx->Array.ActiveTexture = 0; /* GL_ARB_multitexture */ in _mesa_init_varray()
3985 *param = GL_TEXTURE0_ARB + ctx->Array.ActiveTexture; in _mesa_GetVertexArrayIntegervEXT()
4041 *param = vao->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Format.Size; in _mesa_GetVertexArrayIntegervEXT()
4044 *param = vao->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Format.Type; in _mesa_GetVertexArrayIntegervEXT()
4047 *param = vao->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Stride; in _mesa_GetVertexArrayIntegervEXT()
4050 buf = vao->BufferBinding[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].BufferObj; in _mesa_GetVertexArrayIntegervEXT()
4094 *param = !!(vao->Enabled & VERT_BIT_TEX(ctx->Array.ActiveTexture)); in _mesa_GetVertexArrayIntegervEXT()
Dgetstring.c247 const GLuint clientUnit = ctx->Array.ActiveTexture; in _get_vao_pointerv()
Dget.c804 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_TEX(ctx->Array.ActiveTexture)); in find_custom_value()
824 array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)]; in find_custom_value()
829 array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)]; in find_custom_value()
842 v->value_int = GL_TEXTURE0_ARB + ctx->Array.ActiveTexture; in find_custom_value()
1047 buf = ctx->Array.VAO->BufferBinding[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].BufferObj; in find_custom_value()
2929 curTexUnitSave = ctx->Array.ActiveTexture; in find_value_indexed()
Dtexstate.c365 if (ctx->Array.ActiveTexture == texUnit) in _mesa_ClientActiveTexture()
375 ctx->Array.ActiveTexture = texUnit; in _mesa_ClientActiveTexture()
Dattrib.c1236 dest->ActiveTexture = src->ActiveTexture; in copy_array_attrib()
/third_party/skia/tests/
DTextureBindingsResetTest.cpp48 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()
DEGLImageTest.cpp129 GR_GL_CALL(glCtx1->gl(), ActiveTexture(GR_GL_TEXTURE0)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp62 GET_PROC(ActiveTexture); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp55 GET_PROC(ActiveTexture); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp58 GET_PROC(ActiveTexture); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp544 TEST_P(GLES1CovglTest, ActiveTexture) in TEST_P() argument
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3_loader.h440 PFNGLACTIVETEXTUREPROC ActiveTexture; member
499 #define glActiveTexture imgl3wProcs.gl.ActiveTexture
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp307 gl.ActiveTexture(GL_TEXTURE0 + unit); in ApplyBindGroup()
384 gl.ActiveTexture(GL_TEXTURE0 + unit); in ApplyBindGroup()
1368 gl.ActiveTexture(GL_TEXTURE0); in DoTexSubImage()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_EGL_stream_consumer_external.txt147 REQUIRED_TEXTURE_IMAGE_UNITS_OES, and ActiveTexture set to the
165 target which is enabled, and ActiveTexture has been set to the
179 type, and ActiveTexture has been set to the texture unit
/third_party/openGLES/extensions/NV/
DNV_EGL_stream_consumer_external.txt147 REQUIRED_TEXTURE_IMAGE_UNITS_OES, and ActiveTexture set to the
165 target which is enabled, and ActiveTexture has been set to the
179 type, and ActiveTexture has been set to the texture unit
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_direct_state_access.txt1421 ActiveTexture(matrixMode);
1423 ActiveTexture(savedActiveTexture);
1732 ActiveTexture(TEXTURE0+index);
1734 ActiveTexture(savedActiveTexture);
1883 ActiveTexture(texunit);
1885 ActiveTexture(savedActiveTexture);
2165 ActiveTexture(TEXTURE0+index);
2167 ActiveTexture(savedActiveTexture);
2208 ActiveTexture(TEXTURE0+index);
2210 ActiveTexture(savedActiveTexture);
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_direct_state_access.txt1421 ActiveTexture(matrixMode);
1423 ActiveTexture(savedActiveTexture);
1732 ActiveTexture(TEXTURE0+index);
1734 ActiveTexture(savedActiveTexture);
1883 ActiveTexture(texunit);
1885 ActiveTexture(savedActiveTexture);
2165 ActiveTexture(TEXTURE0+index);
2167 ActiveTexture(savedActiveTexture);
2208 ActiveTexture(TEXTURE0+index);
2210 ActiveTexture(savedActiveTexture);
[all …]
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json524 "ActiveTexture", "AttachShader", "BindAttribLocation", "BindBuffer",
/third_party/openGLES/extensions/OES/
DOES_EGL_image_external.txt189 ActiveTexture set to the texture unit to which the texture object is
204 is enabled, and ActiveTexture has been set to the texture unit in
216 set to the target corresponding to the sampler type, and ActiveTexture
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_EGL_image_external.txt179 ActiveTexture set to the texture unit to which the texture object is
194 is enabled, and ActiveTexture has been set to the texture unit in
206 set to the target corresponding to the sampler type, and ActiveTexture
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp938 { "glActiveTexture", _O(ActiveTexture) },

123