OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAttribMaxValue
(Results
1 - 3
of
3
) 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
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
71
int32_t PPB_Graphics3D_Shared::
GetAttribMaxValue
(int32_t attribute,
Completed in 103 milliseconds