Home
last modified time | relevance | path

Searched refs:SETPROP (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/test/
Dtest_socket.cpp271 cmd.set_function(cmd.SETPROP); in TEST_F()
284 cmd.set_function(cmd.SETPROP); in TEST_F()
Dtest_server.cpp126 EXPECT_EQ(read.SETPROP, read.function()); in TEST_F()
/frameworks/base/opengl/libs/GLES2_dbg/src/
Dserver.cpp206 if (msg.function() == msg.SETPROP) in Send()
Ddbgcontext.cpp73 msg.set_function(msg.SETPROP); in CreateDbgContext()
Ddebugger_message.pb.h503 static const Function SETPROP = Message_Function_SETPROP; variable
Ddebugger_message.pb.cpp429 const Message_Function Message::SETPROP; member in com::android::glesv2debugger::Message