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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 166 GLsizei width = arg_width.intvalue(0);
167 GLsizei height = arg_height.intvalue(0);
168 GLenum format = arg_format.intvalue(0);
169 GLenum type = arg_type.intvalue(0);
227 GLsizei count = arg_count.intvalue(0);
262 int n_matrices = arg_count.intvalue(0);
269 GLsizei n = arg_n.intvalue(0);
277 GLsizei n = arg_n.intvalue(0);
306 GLuint program = glmsg->args(0).intvalue(0);
349 int program = glmsg->args(0).intvalue(0)
    [all...]
gltrace.pb.h 622 // repeated int32 intValue = 3;
626 inline ::google::protobuf::int32 intvalue(int index) const;
630 intvalue() const;
1507 inline ::google::protobuf::int32 GLMessage_DataType::intvalue(int index) const { function in class:android::gltrace::GLMessage_DataType
1517 GLMessage_DataType::intvalue() const { function in class:android::gltrace::GLMessage_DataType
    [all...]
gltrace.pb.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 118 int intvalue; local
120 static_cast<void*>(&intvalue));
121 if (converted) *i = static_cast<int>(intvalue);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 264 int intvalue;
269 CFNumberGetValue (number, kCFNumberSInt32Type, &intvalue);
270 width = (Uint16) intvalue;
273 CFNumberGetValue (number, kCFNumberSInt32Type, &intvalue);
274 height = (Uint16) intvalue;
    [all...]

Completed in 60 milliseconds