Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2D (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h58 {"glFramebufferTexture2D", (void*)glFramebufferTexture2D},
Dgl2_client_context.h58 glFramebufferTexture2D_client_proc_t glFramebufferTexture2D; member
267 …t f) { glFramebufferTexture2D_client_proc_t retval = glFramebufferTexture2D; glFramebufferTexture2… in set_glFramebufferTexture2D()
Dgl2_entry.cpp56 …void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL…
512 void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLi… in glFramebufferTexture2D() function
515 ctx->glFramebufferTexture2D(ctx, target, attachment, textarget, texture, level); in glFramebufferTexture2D()