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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 305 TextureRec* texrec = NULL; local
308 texrec = (TextureRec*)bsearch(&texture, m_tex.textures,
311 if (!texrec) {
312 if (!(texrec = addTextureRec(texture, target))) {
317 if (target != texrec->target) {
395 TextureRec* texrec; local
397 texrec = (TextureRec*)bsearch(texture, m_tex.textures,
399 if (texrec) {
401 memmove(texrec, texrec + 1
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 305 TextureRec* texrec = NULL; local
308 texrec = (TextureRec*)bsearch(&texture, m_tex.textures,
311 if (!texrec) {
312 if (!(texrec = addTextureRec(texture, target))) {
317 if (target != texrec->target) {
395 TextureRec* texrec; local
397 texrec = (TextureRec*)bsearch(texture, m_tex.textures,
399 if (texrec) {
401 memmove(texrec, texrec + 1
    [all...]

Completed in 237 milliseconds