Searched refs:glGenerateMipmap (Results 1 – 25 of 35) sorted by relevance
12
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 61 {"glGenerateMipmap", (void*)glGenerateMipmap},
|
D | gl2_client_context.h | 63 glGenerateMipmap_client_proc_t glGenerateMipmap; member
|
D | gl2_client_context.cpp | 63 glGenerateMipmap = (glGenerateMipmap_client_proc_t) getProc("glGenerateMipmap", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 58 void glGenerateMipmap(GLenum target); 762 void glGenerateMipmap(GLenum target) in glGenerateMipmap() function 765 ctx->glGenerateMipmap(ctx, target); in glGenerateMipmap()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 86 void glGenerateMipmap(GLenum target);
|
D | gles2_only_dispatch_logging_wrappers.impl | 390 DISPATCH_DEBUG_LOG("glGenerateMipmap(target:0x%X)", target);
|
D | gles12tr_internal.entries | 120 void glGenerateMipmap( GLenum target);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 85 GL_APICALL void GL_APIENTRY glGenerateMipmap(GLenum target);
|
D | gles2_only_functions.h | 85 X(void, glGenerateMipmap, (GLenum target), (target)) \
|
D | gles12tr_internal.h | 122 X(void, glGenerateMipmap, (GLenum target), (target)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 76 glGenerateMipmap_server_proc_t glGenerateMipmap; member
|
D | gles2_server_context.cpp | 63 glGenerateMipmap = (glGenerateMipmap_server_proc_t) getProc("glGenerateMipmap", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 576 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 557 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 557 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 427 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
D | gl31.h | 427 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 427 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
D | gl31.h | 427 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1996 ctx->dispatcher().glGenerateMipmap(target); in glTexImage2D() 1998 ctx->dispatcher().glGenerateMipmap(target); in glTexImage2D()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 283 X(void, glGenerateMipmap, (GLenum target), (target)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 557 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
D | gl31.h | 557 GL_APICALL void GL_APIENTRY glGenerateMipmap (GLenum target);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 55 GL_ENTRY(void, glGenerateMipmap, GLenum target)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 1836 GL_APICALL void GL_APIENTRY glGenerateMipmap(GLenum target){ in glGenerateMipmap() function 1847 ctx->dispatcher().glGenerateMipmap(target); in glGenerateMipmap()
|
12