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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.h 51 GLint unpackAlignment, GLenum type, const void *input);
Image11.cpp 155 GLint unpackAlignment, GLenum type, const void *input)
158 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, type, clientVersion, width, unpackAlignment);
159 GLsizei inputDepthPitch = gl::GetDepthPitch(mInternalFormat, type, clientVersion, width, height, unpackAlignment);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.h 150 // unpackAlignment, the output data will be tightly packed.
152 static bool extractTextureData(unsigned width, unsigned height, GLenum format, GLenum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data);
DrawingBuffer.cpp     [all...]
WebGLImageConversion.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h 59 GLint unpackAlignment, GLenum type, const void *input) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Image9.h 55 GLint unpackAlignment, GLenum type, const void *input);
Image9.cpp 383 GLint unpackAlignment, GLenum type, const void *input)
389 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, type, clientVersion, width, unpackAlignment);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 234 IGLProperty unpackAlignment = new GLIntegerProperty(GLStateType.UNPACK_ALIGNMENT,
237 packAlignment, unpackAlignment);
  /frameworks/native/opengl/libagl/
texture.cpp 48 c->textures.unpackAlignment = 4;
378 const int32_t align = c->textures.unpackAlignment-1;
970 c->textures.unpackAlignment = param;
    [all...]
context.h 364 uint8_t unpackAlignment;
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 731 int unpackAlignment;
734 unpackAlignment = 8;
736 unpackAlignment = 1;
738 glLog.glPixelStorei(GL_UNPACK_ALIGNMENT, unpackAlignment);
    [all...]

Completed in 629 milliseconds