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

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 86 m_max_textureSize = 0;
766 if (ctx->m_max_textureSize != 0) {
767 *ptr = ctx->m_max_textureSize;
770 ctx->m_max_textureSize = *ptr;
    [all...]
GL2Encoder.h 116 GLint m_max_textureSize;
    [all...]

Completed in 47 milliseconds