Home
last modified time | relevance | path

Searched refs:glGetFramebufferAttachmentParameteriv (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h73 {"glGetFramebufferAttachmentParameteriv", (void*)glGetFramebufferAttachmentParameteriv},
Dgl2_client_context.h75 glGetFramebufferAttachmentParameteriv_client_proc_t glGetFramebufferAttachmentParameteriv; member
Dgl2_client_context.cpp75glGetFramebufferAttachmentParameteriv = (glGetFramebufferAttachmentParameteriv_client_proc_t) getP… in initDispatchByName()
Dgl2_entry.cpp71 …void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* …
606 void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* p… in glGetFramebufferAttachmentParameteriv() function
609 ctx->glGetFramebufferAttachmentParameteriv(ctx, target, attachment, pname, params); in glGetFramebufferAttachmentParameteriv()
Dgl2_enc.cpp5044 this->glGetFramebufferAttachmentParameteriv = &glGetFramebufferAttachmentParameteriv_enc; in gl2_encoder_context_t()