HomeSort by relevance Sort by last modified time
    Searched refs:clipPlaneEnum (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 26 static bool clipPlaneEnum(GLenum e,unsigned int maxClipPlanes);
GLEScmValidate.cpp 28 bool GLEScmValidate::clipPlaneEnum(GLenum e,unsigned int maxClipPlanes) {
181 return GLEScmValidate::lightEnum(cap,maxLights) || GLEScmValidate::clipPlaneEnum(cap,maxClipPlanes);

Completed in 42 milliseconds