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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 24 s_glDispatch.dispatchFuncs(GLES_2_0);
65 s_glDispatch.glGetVertexAttribiv(0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &enabled);
79 s_glDispatch.glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, m_att0Array);
80 s_glDispatch.glEnableVertexAttribArray(0);
88 s_glDispatch.glDisableVertexAttribArray(0);
119 s_glDispatch.glVertexAttribPointer(arrayType,size,dataType,normalized,stride,arr);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 28 s_glDispatch.dispatchFuncs(GLES_1_1);
77 s_glDispatch.glVertexPointer(size,dataType,stride,arr);
80 s_glDispatch.glNormalPointer(dataType,stride,arr);
83 s_glDispatch.glTexCoordPointer(size,dataType,stride,arr);
86 s_glDispatch.glColorPointer(size,dataType,stride,arr);
134 s_glDispatch.glClientActiveTexture(tex);
143 s_glDispatch.glClientActiveTexture(activeTexture);
188 s_glDispatch.glPointSize(pSize);
189 s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*tSize);
206 s_glDispatch.glPointSize(pSize)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 86 GLDispatch GLEScontext::s_glDispatch;
134 initCapsLocked(s_glDispatch.glGetString(GL_EXTENSIONS));
503 s_glDispatch.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&s_glSupport.maxVertexAttribs);
504 s_glDispatch.glGetIntegerv(GL_MAX_CLIP_PLANES,&s_glSupport.maxClipPlane);
505 s_glDispatch.glGetIntegerv(GL_MAX_LIGHTS,&s_glSupport.maxLights);
506 s_glDispatch.glGetIntegerv(GL_MAX_TEXTURE_SIZE,&s_glSupport.maxTexSize);
507 s_glDispatch.glGetIntegerv(GL_MAX_TEXTURE_UNITS,&s_glSupport.maxTexUnits);
508 s_glDispatch.glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS,&s_glSupport.maxTexImageUnits);
509 const GLubyte* glslVersion = s_glDispatch.glGetString(GL_SHADING_LANGUAGE_VERSION);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 163 static GLDispatch& dispatcher(){return s_glDispatch;};
187 static GLDispatch s_glDispatch;

Completed in 591 milliseconds