Searched defs:GetFramebufferAttachmentParameteriv (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h659 void GLES2Implementation::GetFramebufferAttachmentParameteriv(GLenum target, function in class:GLES2Implementation
672 "GLES2Implementation::GetFramebufferAttachmentParameteriv");
677 typedef cmds::GetFramebufferAttachmentParameteriv::Result Result;
683 helper_->GetFramebufferAttachmentParameteriv(
H A Dgles2_interface_stub_impl_autogen.h239 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h607 void GetFramebufferAttachmentParameteriv(GLenum target, function
612 gles2::cmds::GetFramebufferAttachmentParameteriv* c =
613 GetCmdSpace<gles2::cmds::GetFramebufferAttachmentParameteriv>();
H A Dgles2_trace_implementation_impl_autogen.h418 void GLES2TraceImplementation::GetFramebufferAttachmentParameteriv( function in class:GLES2TraceImplementation
424 "gpu", "GLES2Trace::GetFramebufferAttachmentParameteriv");
425 gl_->GetFramebufferAttachmentParameteriv(target, attachment, pname, params);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc590 void GetFramebufferAttachmentParameteriv(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1410 &GetFramebufferAttachmentParameteriv, &GetIntegerv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h267 void (*GetFramebufferAttachmentParameteriv)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
726 void (*GetFramebufferAttachmentParameteriv)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc600 void GetFramebufferAttachmentParameteriv(PP_Resource context_id, function in namespace:ppapi::__anon10171
607 ToGles2Impl(&enter)->GetFramebufferAttachmentParameteriv(
1642 &GetFramebufferAttachmentParameteriv, &GetIntegerv,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2840 struct GetFramebufferAttachmentParameteriv { struct
2841 typedef GetFramebufferAttachmentParameteriv ValueType;
2886 COMPILE_ASSERT(sizeof(GetFramebufferAttachmentParameteriv) == 24,
2888 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, header) == 0,
2890 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, target) == 4,
2892 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, attachment) == 8,
2894 COMPILE_ASSERT(offsetof(GetFramebufferAttachmentParameteriv, pname) == 12,
2897 offsetof(GetFramebufferAttachmentParameteriv, params_shm_id) == 16,
2900 offsetof(GetFramebufferAttachmentParameteriv, params_shm_offset) == 20,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h7164 KEYWORD1 void KEYWORD2 NAME(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint * params) function
9553 TABLE_ENTRY(GetFramebufferAttachmentParameteriv),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1257 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
9471 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params) function
13861 ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)"\n"
13862 ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)"\n"

Completed in 1094 milliseconds