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

  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 62 * GetAttribMaxValue() retrieves the maximum supported value for the
86 int32_t (*GetAttribMaxValue)(PP_Resource instance,
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 22 int32_t GetAttribMaxValue(PP_Resource instance,
25 VLOG(4) << "PPB_Graphics3D::GetAttribMaxValue()";
29 return enter.object()->GetAttribMaxValue(attribute, value);
92 &GetAttribMaxValue,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 73 int32_t PPB_Graphics3D_Shared::GetAttribMaxValue(int32_t attribute,

Completed in 31 milliseconds