OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unpackAlignment
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h
49
GLint
unpackAlignment
, GLenum type, const void *input) = 0;
/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/d3d/d3d11/
Image11.h
50
GLint
unpackAlignment
, GLenum type, const void *input);
Image11.cpp
251
GLint
unpackAlignment
, GLenum type, const void *input)
254
GLsizei inputRowPitch = formatInfo.computeRowPitch(type, width,
unpackAlignment
);
255
GLsizei inputDepthPitch = formatInfo.computeDepthPitch(type, width, height,
unpackAlignment
);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Image9.h
53
GLint
unpackAlignment
, GLenum type, const void *input);
Image9.cpp
385
GLint
unpackAlignment
, GLenum type, const void *input)
391
GLsizei inputRowPitch = formatInfo.computeRowPitch(type, width,
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 743 milliseconds