EmuGL: misc small cleanups
* Disable verbose debug spam. * Add missing GL enum to utility function. The default case was returning the correct size, so this doesn't fix any bugs, just removes some logcat spam. * Comment and whitespace corrections. Change-Id: I83fb8644331ae1072d6a8dae9c041da92073089f
This commit is contained in:
@@ -46,7 +46,7 @@ will be encoded into :
|
||||
101, // foo opcode
|
||||
14, // sizeof(opcode) + sizeof(packet_len) + sizeof(int) + sizeof(short)
|
||||
p1, // 4 bytes
|
||||
s1 // 4 bytes
|
||||
s1 // 2 bytes
|
||||
}
|
||||
|
||||
Since ‘foo’ returns value, the caller is expected to read back the return packet from the server->client stream. The return value in this example is in thus the return packet is:
|
||||
|
||||
Reference in New Issue
Block a user