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

  /sdk/emulator/opengl/host/libs/GLESv2_dec/
gl2.types 35 GLstr 32 %s true
36 GLstr* 32 0x%08x true
gl2.attrib 382 #void glShaderSource(GLuint shader, GLsizei count, GLstr *string, const GLint *length)
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 47 typedef char *GLstr;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 47 typedef char *GLstr;
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 126 const GrGLubyte* glstr; local
127 GR_GL_CALL_RET(gl, glstr, GetString(GR_GL_EXTENSIONS));
128 return GrGLHasExtensionFromString(ext, (const char*) glstr);

Completed in 637 milliseconds