Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp730 float texCropX = (float)(texData->crop_rect[0]); in drawTexOES() local
744 texCropX / texW, texCropY / texH, in drawTexOES()
747 (texCropX + texCropW) / texW, texCropY / texH, in drawTexOES()
750 (texCropX + texCropW) / texW, (texCropY + texCropH) / texH, in drawTexOES()
753 texCropX / texW, (texCropY + texCropH) / texH, in drawTexOES()