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

  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.cpp 65 GLenum sizedInternalFormat = texture->getFormat(target, level);
69 if(format != sizedInternalFormat)
76 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target);
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 464 GLenum sizedInternalFormat = texture->getFormat(target, level);
468 if(format != sizedInternalFormat)
475 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target);
515 GLenum sizedInternalFormat = texture->getFormat(target, level);
517 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target);
    [all...]
libGLESv2.cpp     [all...]
libGLESv3.cpp 390 GLint sizedInternalFormat = gl::GetSizedInternalFormat(internalformat, type);
391 texture->setImage(level, width, height, depth, sizedInternalFormat, format, type, context->getUnpackParameters(), data);
    [all...]

Completed in 231 milliseconds