Home
last modified time | relevance | path

Searched refs:glDeleteTextures (Results 1 – 25 of 36) sorted by relevance

12

/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp472 if (mYtex) s_gles2.glDeleteTextures(1, &mYtex); in ~YUVConverter()
473 if (mUtex) s_gles2.glDeleteTextures(1, &mUtex); in ~YUVConverter()
474 if (mVtex) s_gles2.glDeleteTextures(1, &mVtex); in ~YUVConverter()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h81 {"glDeleteTextures", (void *)glDeleteTextures},
Dgles_dispatch.h84 glDeleteTextures_t glDeleteTextures; member
356 …xtures(glDeleteTextures_t f) { glDeleteTextures_t retval = glDeleteTextures; glDeleteTextures = f;… in set_glDeleteTextures()
Dgles.cpp361 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures() function
363 getDispatch()->glDeleteTextures(n, textures); in glDeleteTextures()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h71 {"glDeleteTextures", (void*)glDeleteTextures},
Dgl_client_context.h73 glDeleteTextures_client_proc_t glDeleteTextures; member
Dgl_client_context.cpp73 glDeleteTextures = (glDeleteTextures_client_proc_t) getProc("glDeleteTextures", userData); in initDispatchByName()
Dgl_entry.cpp68 void glDeleteTextures(GLsizei n, const GLuint* textures);
670 void glDeleteTextures(GLsizei n, const GLuint* textures) in glDeleteTextures() function
674 ctx->glDeleteTextures(ctx, n, textures); in glDeleteTextures()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds68 glDeleteTextures;
Dgles3.lds88 glDeleteTextures;
Dgles1_wrapper_context.h73 glDeleteTextures_wrapper_proc_t glDeleteTextures; member
Dgles3_wrapper_context.h46 glDeleteTextures_wrapper_proc_t glDeleteTextures; member
Dgles1_wrapper_context.cpp73 glDeleteTextures = (glDeleteTextures_wrapper_proc_t) getProc("glDeleteTextures", userData); in initDispatchByName()
Dgles3_wrapper_context.cpp46 glDeleteTextures = (glDeleteTextures_wrapper_proc_t) getProc("glDeleteTextures", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp68 void glDeleteTextures(GLsizei n, const GLuint* textures);
667 void glDeleteTextures(GLsizei n, const GLuint* textures) in glDeleteTextures() function
670 ctx->glDeleteTextures( n, textures); in glDeleteTextures()
Dgles1.in61 GL_ENTRY(void, glDeleteTextures, GLsizei n, const GLuint *textures)
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h44 {"glDeleteTextures", (void*)glDeleteTextures},
Dgl2_client_context.h46 glDeleteTextures_client_proc_t glDeleteTextures; member
Dgl2_client_context.cpp46 glDeleteTextures = (glDeleteTextures_client_proc_t) getProc("glDeleteTextures", userData); in initDispatchByName()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib58 glDeleteTextures
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries69 void glDeleteTextures(GLsizei n, const GLuint *textures);
Dgles2_core.entries38 void glDeleteTextures(GLsizei n, const GLuint *textures);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h410 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib39 glDeleteTextures

12