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

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 96 m_max_shaderStorageBufferBindings = 0;
861 if (ctx->m_max_shaderStorageBufferBindings != 0) {
862 *ptr = ctx->m_max_shaderStorageBufferBindings;
865 ctx->m_max_shaderStorageBufferBindings = *ptr;
    [all...]
GL2Encoder.h 126 GLint m_max_shaderStorageBufferBindings;
    [all...]

Completed in 5108 milliseconds