HomeSort by relevance Sort by last modified time
    Searched refs:GenerateMipmap (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/mesa/main/
hint.c 107 if (ctx->Hint.GenerateMipmap == mode)
110 ctx->Hint.GenerateMipmap = mode;
147 ctx->Hint.GenerateMipmap = GL_DONT_CARE;
genmipmap.c 82 /* From the ES 3.2 specification's description of GenerateMipmap():
159 ctx->Driver.GenerateMipmap(ctx,
164 ctx->Driver.GenerateMipmap(ctx, target, texObj);
texparam.c 430 if (texObj->GenerateMipmap != params[0]) {
432 texObj->GenerateMipmap = params[0] ? GL_TRUE : GL_FALSE;
    [all...]
texobj.c 463 dest->GenerateMipmap = src->GenerateMipmap;
    [all...]
mtypes.h 610 GLenum GenerateMipmap; /**< GL_SGIS_generate_mipmap */
1007 GLboolean GenerateMipmap; /**< GL_SGIS_generate_mipmap */
    [all...]
dd.h 300 void (*GenerateMipmap)(struct gl_context *ctx, GLenum target,
    [all...]
teximage.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 74 * Called via ctx->Driver.GenerateMipmap().
109 const GLboolean genSave = texObj->GenerateMipmap;
111 /* Temporarily set GenerateMipmap to true so that allocate_full_mipmap()
114 texObj->GenerateMipmap = GL_TRUE;
118 texObj->GenerateMipmap = genSave;
st_cb_texture.c 460 if (stImage->base.Level > 0 || stObj->base.GenerateMipmap)
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 143 * Called via ctx->Driver.GenerateMipmap()
155 const GLboolean genMipmapSave = texObj->GenerateMipmap;
188 * GenerateMipmap function.
driverfuncs.c 99 driver->GenerateMipmap = _mesa_meta_GenerateMipmap;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 281 GET_PROC(GenerateMipmap);
297 GET_PROC_SUFFIX(GenerateMipmap, EXT);
642 GET_PROC(GenerateMipmap);
    [all...]
GrGLGpu.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex_image.c 102 !intelObj->base.GenerateMipmap) {
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 216 void GenerateMipmap(GLenum target);
702 return es2::GenerateMipmap(target);
707 return es2::GenerateMipmap(target);
    [all...]
libGLESv2.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 901 ctx->Driver.GenerateMipmap = _mesa_generate_mipmap;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 864 driver->GenerateMipmap = _mesa_generate_mipmap;
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 209 void GenerateMipmap(GLenum target) override;
    [all...]
mojo_gles2_impl_autogen.cc 396 void MojoGLES2Impl::GenerateMipmap(GLenum target) {
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 71 { GL_GENERATE_MIPMAP_HINT_SGIS, CONTEXT_ENUM(Hint.GenerateMipmap), NO_EXTRA },
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 513 #define glGenerateMipmap MANGLE(GenerateMipmap)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 553 #define glGenerateMipmap MANGLE(GenerateMipmap)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 303 milliseconds