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

  /frameworks/base/opengl/libs/GLES2_dbg/src/
vertex.cpp 30 bool expectResponse = dbg->expectResponse.Bit(glesv2debugger::Message_Function_glDrawArrays);
31 msg.set_expect_response(expectResponse);
47 cmd.set_expect_response(expectResponse);
50 expectResponse = cmd.expect_response();
61 msg.set_expect_response(expectResponse);
62 if (!expectResponse) {
68 expectResponse = cmd.expect_response();
87 expectResponse = cmd.expect_response();
88 if (!expectResponse) // SETPROP is "out of band
    [all...]
server.cpp 235 dbg->expectResponse.Bit((glesv2debugger::Message_Function)cmd.arg0(), cmd.arg1());
254 bool expectResponse = dbg->expectResponse.Bit(function);
255 msg.set_expect_response(expectResponse);
261 cmd.set_expect_response(expectResponse);
264 expectResponse = cmd.expect_response();
278 msg.set_expect_response(expectResponse);
279 if (!expectResponse) {
285 expectResponse = cmd.expect_response();
291 expectResponse = cmd.expect_response()
    [all...]
header.h 95 GLFunctionBitfield expectResponse;

Completed in 936 milliseconds