Home
last modified time | relevance | path

Searched refs:PVRTRGBA (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTContext.h53 #define PVRTRGBA(r, g, b, a) ((GLuint) (((a) << 24) | ((b) << 16) | ((g) << 8) | (r))) macro
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp674 if(Print3D(0.0f, -1.0f, 1.0f, PVRTRGBA(255, 255, 255, 255), pszTitle) != PVR_SUCCESS) in DisplayDefaultTitle()
691 if(Print3D(0.0f, fY, 0.8f, PVRTRGBA(255, 255, 255, 255), pszDescription) != PVR_SUCCESS) in DisplayDefaultTitle()