OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInternalFormat
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget.h
24
mInternalFormat
= GL_NONE;
33
GLenum getInternalFormat() { return
mInternalFormat
; }
46
GLenum
mInternalFormat
;
RenderTarget9.cpp
33
mInternalFormat
= d3d9_gl::GetEquivalentFormat(description.Format);
83
mInternalFormat
= format;
Image11.cpp
130
mInternalFormat
!= internalformat ||
137
mInternalFormat
= internalformat;
181
GLsizei inputPitch = gl::ComputePitch(width,
mInternalFormat
, unpackAlignment);
185
switch (
mInternalFormat
)
268
GLsizei inputSize = gl::ComputeCompressedSize(width, height,
mInternalFormat
);
269
GLsizei inputPitch = gl::ComputeCompressedPitch(width,
mInternalFormat
);
353
mRenderer->readPixels(source, x, y, width, height, gl::ExtractFormat(
mInternalFormat
),
354
gl::ExtractType(
mInternalFormat
), mappedImage.RowPitch, false, 4, dataOffset);
RenderTarget11.cpp
160
mInternalFormat
= d3d11_gl::ConvertTextureInternalFormat(desc.Format);
187
mInternalFormat
= d3d11_gl::ConvertTextureInternalFormat(desc.Format);
291
mInternalFormat
= format;
Image.h
35
GLenum getInternalFormat() const { return
mInternalFormat
; }
120
GLint
mInternalFormat
;
Image9.cpp
148
mInternalFormat
!= internalformat ||
155
mInternalFormat
= internalformat;
190
gl::MakeValidSize(true, gl::IsCompressed(
mInternalFormat
), &requestWidth, &requestHeight, &levelToFetch);
371
GLsizei inputPitch = gl::ComputePitch(width,
mInternalFormat
, unpackAlignment);
373
switch (
mInternalFormat
)
471
GLsizei inputSize = gl::ComputeCompressedSize(width, height,
mInternalFormat
);
472
GLsizei inputPitch = gl::ComputeCompressedPitch(width,
mInternalFormat
);
Image.cpp
21
mInternalFormat
= GL_NONE;
/external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp
322
mInternalFormat
= GL_RGBA4;
353
return
mInternalFormat
;
391
mInternalFormat
= mRenderTarget->getInternalFormat();
405
mInternalFormat
= format;
436
mInternalFormat
= mDepthStencil->getInternalFormat();
449
mInternalFormat
= GL_DEPTH24_STENCIL8_OES;
476
mInternalFormat
= GL_DEPTH_COMPONENT16; // If the renderbuffer parameters are queried, the calling function
490
mInternalFormat
= GL_STENCIL_INDEX8; // If the renderbuffer parameters are queried, the calling function
Renderbuffer.h
155
GLenum
mInternalFormat
;
/cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java
54
mInternalFormat
= internalformat;
81
public int getFormat() { return
mInternalFormat
; }
91
private int
mInternalFormat
;
Completed in 47 milliseconds