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

  /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,
ppb_graphics_3d_api.h 30 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) = 0;
  /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/api/
ppb_graphics_3d.idl 53 * GetAttribMaxValue() retrieves the maximum supported value for the
77 int32_t GetAttribMaxValue(
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.h 36 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
graphics_3d_resource.cc 79 int32_t Graphics3DResource::GetAttribMaxValue(int32_t attribute,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 41 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
ppb_graphics_3d_shared.cc 70 int32_t PPB_Graphics3D_Shared::GetAttribMaxValue(int32_t attribute,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 390 milliseconds