OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:viewCoords
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h
85
float
viewCoords
[4];
Renderer11.cpp
810
mPixelConstants.
viewCoords
[0] = actualViewport.width * 0.5f;
811
mPixelConstants.
viewCoords
[1] = actualViewport.height * 0.5f;
812
mPixelConstants.
viewCoords
[2] = actualViewport.x + (actualViewport.width * 0.5f);
813
mPixelConstants.
viewCoords
[3] = actualViewport.y + (actualViewport.height * 0.5f);
[
all
...]
Renderer9.cpp
[
all
...]
Completed in 179 milliseconds