Home
last modified time | relevance | path

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

1234

/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.c86 const GLboolean genSave = texObj->Attrib.GenerateMipmap; in st_generate_mipmap()
91 texObj->Attrib.GenerateMipmap = GL_TRUE; in st_generate_mipmap()
95 texObj->Attrib.GenerateMipmap = genSave; in st_generate_mipmap()
/third_party/mesa3d/src/mesa/main/
Dhint.c108 if (ctx->Hint.GenerateMipmap == mode) in _mesa_Hint()
111 ctx->Hint.GenerateMipmap = mode; in _mesa_Hint()
160 ctx->Hint.GenerateMipmap = GL_DONT_CARE; in _mesa_init_hint()
Dtexparam.c454 if (texObj->Attrib.GenerateMipmap != params[0]) { in set_tex_parameteri()
456 texObj->Attrib.GenerateMipmap = params[0] ? GL_TRUE : GL_FALSE; in set_tex_parameteri()
2354 *params = (GLfloat) obj->Attrib.GenerateMipmap; in get_tex_parameterfv()
2644 *params = (GLint) obj->Attrib.GenerateMipmap; in get_tex_parameteriv()
/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/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/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/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()
DGrGLAssembleGLESInterfaceAutogen.cpp297 GET_PROC(GenerateMipmap); in GrGLMakeAssembledGLESInterface()
/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/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/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h89 GST_GL_EXT_FUNCTION (void, GenerateMipmap,
/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/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/openGLES/extensions/QCOM/
DQCOM_binning_control.txt79 mipmap level generation with GenerateMipmap. When target is
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_binning_control.txt79 mipmap level generation with GenerateMipmap. When target is
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DGenerateMipmap.comp6 // GenerateMipmap.comp: Generate mipmap of texture in a single pass. Uses AMD's FFX SPD located in
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_depth_texture.txt351 - GenerateMipmap is called on a texture that has a base internal format
389 this extension forbids loading existing data and GenerateMipmap on
/third_party/openGLES/extensions/ANGLE/
DANGLE_depth_texture.txt352 - GenerateMipmap is called on a texture that has a base internal format
390 this extension forbids loading existing data and GenerateMipmap on
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_depth_texture.txt352 - GenerateMipmap is called on a texture that has a base internal format
390 this extension forbids loading existing data and GenerateMipmap on

1234