/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_internal_shaders_autogen.gni | 57 "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/ |
D | st_gen_mipmap.c | 91 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/ |
D | hint.c | 107 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()
|
D | genmipmap.c | 177 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/ |
D | OES_depth_texture.txt | 44 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/ |
D | NV_generate_mipmap_sRGB.txt | 39 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/ |
D | NV_generate_mipmap_sRGB.txt | 39 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/ |
D | OES_depth_texture.txt | 54 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/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 297 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface() 311 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface() 325 GET_PROC_SUFFIX(GenerateMipmap, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 217 GET_PROC(GenerateMipmap); in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 269 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface() 283 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLInterface() 297 GET_PROC_SUFFIX(GenerateMipmap, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 196 GET_PROC(GenerateMipmap); in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_EGL_image_storage.txt | 188 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/ |
D | fbo.h | 89 GST_GL_EXT_FUNCTION (void, GenerateMipmap,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_EGL_image_storage.txt | 202 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/ |
D | FramebufferObjectTest.cpp | 145 TEST_P(FramebufferObjectTest, GenerateMipmap) in TEST_P() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.h | 43 static angle::Result GenerateMipmap(const gl::Context *context,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.h | 43 static angle::Result GenerateMipmap(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.h | 32 static angle::Result GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.h | 32 static angle::Result GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source);
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_texture_2D_limited_npot.txt | 206 - 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/ |
D | APPLE_texture_2D_limited_npot.txt | 206 - 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/ |
D | QCOM_binning_control.txt | 79 mipmap level generation with GenerateMipmap. When target is
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_binning_control.txt | 79 mipmap level generation with GenerateMipmap. When target is
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 155 const GLboolean genMipmapSave = texObj->Attrib.GenerateMipmap; in _mesa_meta_GenerateMipmap()
|