Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESvalidate.h35 static bool texImgDim(GLsizei width,GLsizei height,int maxTexSize);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp187 bool GLESvalidate::texImgDim(GLsizei width,GLsizei height,int maxTexSize) { in texImgDim() function in GLESvalidate
DTextureUtils.cpp531 !GLESvalidate::texImgDim( in doCompressedTexImage2D()