Searched refs:GetFramebufferAttachmentParameteriv (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h50 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
/external/skia/src/gpu/gl/
H A DGrGLUtil.h50 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp199 GET_PROC(GetFramebufferAttachmentParameteriv);
215 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp175 GR_GL_GET_PROC(GetFramebufferAttachmentParameteriv);
190 GR_GL_GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp199 GET_PROC(GetFramebufferAttachmentParameteriv);
215 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp175 GR_GL_GET_PROC(GetFramebufferAttachmentParameteriv);
190 GR_GL_GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1_autogen.h1326 SpecializedSetup<cmds::GetFramebufferAttachmentParameteriv, 0>(true);
1327 typedef cmds::GetFramebufferAttachmentParameteriv::Result Result;
1334 cmds::GetFramebufferAttachmentParameteriv cmd;
1349 SpecializedSetup<cmds::GetFramebufferAttachmentParameteriv, 0>(false);
1350 cmds::GetFramebufferAttachmentParameteriv::Result* result =
1351 static_cast<cmds::GetFramebufferAttachmentParameteriv::Result*>(
1354 cmds::GetFramebufferAttachmentParameteriv cmd;
1367 SpecializedSetup<cmds::GetFramebufferAttachmentParameteriv, 0>(false);
1368 cmds::GetFramebufferAttachmentParameteriv::Result* result =
1369 static_cast<cmds::GetFramebufferAttachmentParameteriv
[all...]
H A Dgles2_cmd_decoder_unittest_1.cc163 cmds::GetFramebufferAttachmentParameteriv, 0>(bool /* valid */) {
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp150 GET_PROC(GetFramebufferAttachmentParameteriv);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp150 GET_PROC(GetFramebufferAttachmentParameteriv);
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp180 GR_GL_GET_PROC(GetFramebufferAttachmentParameteriv);
195 GR_GL_GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp218 WGL_SET_PROC(GetFramebufferAttachmentParameteriv);
233 WGL_SET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp180 GR_GL_GET_PROC(GetFramebufferAttachmentParameteriv);
195 GR_GL_GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp218 WGL_SET_PROC(GetFramebufferAttachmentParameteriv);
233 WGL_SET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h93 OP(GetFramebufferAttachmentParameteriv) /* 336 */ \
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h77 GetFramebufferAttachmentParameteriv)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc337 void GetFramebufferAttachmentParameteriv( function in namespace:ppapi::__anon9519
341 context_id)->GetFramebufferAttachmentParameteriv(
908 &GetFramebufferAttachmentParameteriv,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h576 TEST_F(GLES2ImplementationTest, GetFramebufferAttachmentParameteriv) {
578 cmds::GetFramebufferAttachmentParameteriv cmd;
580 typedef cmds::GetFramebufferAttachmentParameteriv::Result Result;
590 gl_->GetFramebufferAttachmentParameteriv(
H A Dgles2_interface_stub_impl_autogen.h199 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( function in class:GLES2InterfaceStub
H A Dgles2_implementation_impl_autogen.h562 void GLES2Implementation::GetFramebufferAttachmentParameteriv( function in class:GLES2Implementation
567 TRACE_EVENT0("gpu", "GLES2Implementation::GetFramebufferAttachmentParameteriv"); // NOLINT
572 typedef cmds::GetFramebufferAttachmentParameteriv::Result Result;
578 helper_->GetFramebufferAttachmentParameteriv(target, attachment, pname,
H A Dgles2_trace_implementation_impl_autogen.h364 void GLES2TraceImplementation::GetFramebufferAttachmentParameteriv( function in class:GLES2TraceImplementation
366 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetFramebufferAttachmentParameteriv"); // NOLINT
367 gl_->GetFramebufferAttachmentParameteriv(target, attachment, pname, params);
H A Dgles2_implementation_autogen.h166 virtual void GetFramebufferAttachmentParameteriv(
H A Dgles2_interface_autogen.h102 virtual void GetFramebufferAttachmentParameteriv(
H A Dgles2_interface_stub_autogen.h107 virtual void GetFramebufferAttachmentParameteriv(
H A Dgles2_trace_implementation_autogen.h107 virtual void GetFramebufferAttachmentParameteriv(

Completed in 161 milliseconds

12