Home
last modified time | relevance | path

Searched refs:GetAttribMaxValue (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_graphics_3d_thunk.cc20 int32_t GetAttribMaxValue(PP_Resource instance, in GetAttribMaxValue() function
27 return enter.object()->GetAttribMaxValue(attribute, value); in GetAttribMaxValue()
90 &GetAttribMaxValue,
Dppb_graphics_3d_api.h30 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) = 0;
/external/chromium_org/ppapi/c/
Dppb_graphics_3d.h89 int32_t (*GetAttribMaxValue)(PP_Resource instance, member
/external/chromium_org/ppapi/shared_impl/
Dppb_graphics_3d_shared.h41 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
Dppb_graphics_3d_shared.cc70 int32_t PPB_Graphics3D_Shared::GetAttribMaxValue(int32_t attribute, in GetAttribMaxValue() function in ppapi::PPB_Graphics3D_Shared
/external/chromium_org/mojo/examples/pepper_container_app/
Dgraphics_3d_resource.h36 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
Dgraphics_3d_resource.cc79 int32_t Graphics3DResource::GetAttribMaxValue(int32_t attribute, in GetAttribMaxValue() function in mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/api/
Dppb_graphics_3d.idl53 * GetAttribMaxValue() retrieves the maximum supported value for the
77 int32_t GetAttribMaxValue(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c839 return iface->GetAttribMaxValue(instance, attribute, value); in Pnacl_M15_PPB_Graphics3D_GetAttribMaxValue()
4688 ….GetAttribMaxValue = (int32_t (*)(PP_Resource instance, int32_t attribute, int32_t* value))&Pnacl_…