Home
last modified time | relevance | path

Searched refs:GenerateMipmap (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_internal_shaders_autogen.gni57 "shaders/gen/GenerateMipmap.comp.00000000.inc",
58 "shaders/gen/GenerateMipmap.comp.00000001.inc",
59 "shaders/gen/GenerateMipmap.comp.00000002.inc",
60 "shaders/gen/GenerateMipmap.comp.00000003.inc",
61 "shaders/gen/GenerateMipmap.comp.00000004.inc",
62 "shaders/gen/GenerateMipmap.comp.00000005.inc",
63 "shaders/gen/GenerateMipmap.comp.00000006.inc",
64 "shaders/gen/GenerateMipmap.comp.00000007.inc",
65 "shaders/gen/GenerateMipmap.comp.00000008.inc",
66 "shaders/gen/GenerateMipmap.comp.00000009.inc",
/third_party/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c91 const GLboolean genSave = texObj->Attrib.GenerateMipmap; in st_generate_mipmap()
96 texObj->Attrib.GenerateMipmap = GL_TRUE; in st_generate_mipmap()
100 texObj->Attrib.GenerateMipmap = genSave; in st_generate_mipmap()
/third_party/mesa3d/src/mesa/main/
Dhint.c107 if (ctx->Hint.GenerateMipmap == mode) in _mesa_Hint()
110 ctx->Hint.GenerateMipmap = mode; in _mesa_Hint()
158 ctx->Hint.GenerateMipmap = GL_DONT_CARE; in _mesa_init_hint()
Dgenmipmap.c177 ctx->Driver.GenerateMipmap(ctx, in generate_texture_mipmap()
182 ctx->Driver.GenerateMipmap(ctx, target, texObj); in generate_texture_mipmap()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_depth_texture.txt44 1. Should manual generation of mipmaps for a depth texture using GenerateMipmap be supported?
48 a) Allow manual generation of mipmaps. This will ensure that GenerateMipmap works
51 b) Disallow. GenerateMipmap will generate INVALID_OPERATION error for a depth texture.
58 … region instead of doing an average. Since min & max filters are not supported by GenerateMipmap,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_generate_mipmap_sRGB.txt39 EXT_sRGB requires GenerateMipmap() to throw INVALID_OPERATION on textures
64 GenerateMipmap does not throw an error if the format of the texture is sRGB
/third_party/openGLES/extensions/NV/
DNV_generate_mipmap_sRGB.txt39 EXT_sRGB requires GenerateMipmap() to throw INVALID_OPERATION on textures
64 GenerateMipmap does not throw an error if the format of the texture is sRGB
/third_party/openGLES/extensions/OES/
DOES_depth_texture.txt54 1. Should manual generation of mipmaps for a depth texture using GenerateMipmap be supported?
58 a) Allow manual generation of mipmaps. This will ensure that GenerateMipmap works
61 b) Disallow. GenerateMipmap will generate INVALID_OPERATION error for a depth texture.
68 … region instead of doing an average. Since min & max filters are not supported by GenerateMipmap,
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp297 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface()
311 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface()
325 GET_PROC_SUFFIX(GenerateMipmap, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp217 GET_PROC(GenerateMipmap); in GrGLMakeAssembledWebGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp269 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface()
283 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface()
297 GET_PROC_SUFFIX(GenerateMipmap, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp196 GET_PROC(GenerateMipmap); in GrGLMakeAssembledWebGLInterface()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_EGL_image_storage.txt188 4. What is the interaction with GenerateMipmap?
191 calling GenerateMipmap on a texture created with
209 discussion of interaction with GenerateMipmap to an issue.
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h89 GST_GL_EXT_FUNCTION (void, GenerateMipmap,
/third_party/openGLES/extensions/EXT/
DEXT_EGL_image_storage.txt202 4. What is the interaction with GenerateMipmap?
205 calling GenerateMipmap on a texture created with
225 discussion of interaction with GenerateMipmap to an issue.
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp145 TEST_P(FramebufferObjectTest, GenerateMipmap) in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.h43 static angle::Result GenerateMipmap(const gl::Context *context,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.h43 static angle::Result GenerateMipmap(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.h32 static angle::Result GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.h32 static angle::Result GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source);
/third_party/openGLES/extensions/APPLE/
DAPPLE_texture_2D_limited_npot.txt206 - remove interaction with OES_framebuffer_object relaxing GenerateMipmap
216 - add interaction with OES_framebuffer_object relaxing GenerateMipmap
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_texture_2D_limited_npot.txt206 - remove interaction with OES_framebuffer_object relaxing GenerateMipmap
216 - add interaction with OES_framebuffer_object relaxing GenerateMipmap
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_binning_control.txt79 mipmap level generation with GenerateMipmap. When target is
/third_party/openGLES/extensions/QCOM/
DQCOM_binning_control.txt79 mipmap level generation with GenerateMipmap. When target is
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c155 const GLboolean genMipmapSave = texObj->Attrib.GenerateMipmap; in _mesa_meta_GenerateMipmap()

123456