Home
last modified time | relevance | path

Searched refs:loadRGBAFloatImageData (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.h197 void loadRGBAFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
DTexture.cpp321loadRGBAFloatImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output); in loadImageData()
693 void Texture::loadRGBAFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, in loadRGBAFloatImageData() function in gl::Texture
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog503 (gl::Texture::loadRGBAFloatImageData):