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

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 95 m_max_atomicCounterBufferBindings = 0;
850 if (ctx->m_max_atomicCounterBufferBindings != 0) {
851 *ptr = ctx->m_max_atomicCounterBufferBindings;
854 ctx->m_max_atomicCounterBufferBindings = *ptr;
    [all...]
GL2Encoder.h 125 GLint m_max_atomicCounterBufferBindings;
    [all...]

Completed in 457 milliseconds