HomeSort by relevance Sort by last modified time
    Searched defs:GetAttribMaxValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 65 * GetAttribMaxValue() retrieves the maximum supported value for the
89 int32_t (*GetAttribMaxValue)(PP_Resource instance,
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 20 int32_t GetAttribMaxValue(PP_Resource instance,
23 VLOG(4) << "PPB_Graphics3D::GetAttribMaxValue()";
27 return enter.object()->GetAttribMaxValue(attribute, value);
90 &GetAttribMaxValue,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 70 int32_t PPB_Graphics3D_Shared::GetAttribMaxValue(int32_t attribute,
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 79 int32_t Graphics3DResource::GetAttribMaxValue(int32_t attribute,

Completed in 2785 milliseconds