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

  /external/swiftshader/src/OpenGL/libGL/
Image.cpp 41 , internalFormat(selectInternalFormat(format, type)), multiSampleDepth(1)
42 , sw::Surface(getParentResource(parentTexture), width, height, 1, selectInternalFormat(format, type), true, true)
149 sw::Format Image::selectInternalFormat(GLenum format, GLenum type)
  /external/swiftshader/src/Renderer/
Surface.cpp     [all...]

Completed in 86 milliseconds