Searched refs:GetAttribMaxValue (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_graphics_3d_thunk.cc | 20 int32_t GetAttribMaxValue(PP_Resource instance, in GetAttribMaxValue() function 27 return enter.object()->GetAttribMaxValue(attribute, value); in GetAttribMaxValue() 90 &GetAttribMaxValue,
|
D | ppb_graphics_3d_api.h | 30 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) = 0;
|
/external/chromium_org/ppapi/c/ |
D | ppb_graphics_3d.h | 89 int32_t (*GetAttribMaxValue)(PP_Resource instance, member
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_graphics_3d_shared.h | 41 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
|
D | ppb_graphics_3d_shared.cc | 70 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/ |
D | graphics_3d_resource.h | 36 virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
|
D | graphics_3d_resource.cc | 79 int32_t Graphics3DResource::GetAttribMaxValue(int32_t attribute, in GetAttribMaxValue() function in mojo::examples::Graphics3DResource
|
/external/chromium_org/ppapi/api/ |
D | ppb_graphics_3d.idl | 53 * GetAttribMaxValue() retrieves the maximum supported value for the 77 int32_t GetAttribMaxValue(
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 839 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_…
|