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

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.h 96 GLint m_max_cubeMapTextureSize;
    [all...]
GL2Encoder.cpp 79 m_max_cubeMapTextureSize = 0;
582 if (ctx->m_max_cubeMapTextureSize != 0) {
583 *ptr = ctx->m_max_cubeMapTextureSize;
586 ctx->m_max_cubeMapTextureSize = *ptr;
    [all...]

Completed in 43 milliseconds