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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
utilities.h 43 GLint ConvertSizedInternalFormat(GLenum format, GLenum type);
Texture.cpp 415 GLint internalformat = ConvertSizedInternalFormat(format, type);
495 GLint internalformat = ConvertSizedInternalFormat(format, GL_UNSIGNED_BYTE);
    [all...]
utilities.cpp 347 GLint ConvertSizedInternalFormat(GLenum format, GLenum type)
Context.cpp     [all...]
libGLESv2.cpp 159 GLenum internalformat = gl::ConvertSizedInternalFormat(format, type);
200 GLenum internalformat = gl::ConvertSizedInternalFormat(format, type);
    [all...]

Completed in 193 milliseconds