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

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) {
55 return ctx->state()->numActiveUniformsInUniformBlock(program, blockIndex);
63 return ctx->state()->numActiveUniformsInUniformBlock(program, blockIndex);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 678 size_t GLClientState::numActiveUniformsInUniformBlock(GLuint program, GLuint uniformBlockIndex) const {
    [all...]

Completed in 61 milliseconds