OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatCount
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java
55
int
formatCount
= countBuf[0];
56
Log.d(TAG, "got count=" +
formatCount
);
59
GLES10.glGetIntegerv(GLES10.GL_COMPRESSED_TEXTURE_FORMATS, new int[
formatCount
], 0);
63
ByteBuffer fullByteBuf = ByteBuffer.allocateDirect(4 *
formatCount
);
70
ByteBuffer oversizeByteBuf = ByteBuffer.allocateDirect(4 * (
formatCount
+OFFSET));
78
ByteBuffer partialByteBuf = ByteBuffer.allocateDirect(4 * (
formatCount
- 1));
89
GLES10.glGetIntegerv(GLES10.GL_COMPRESSED_TEXTURE_FORMATS, new int[
formatCount
-1], 0);
111
int
formatCount
= countBuf[0];
112
Log.d(TAG, "got count=" +
formatCount
);
115
GLES20.glGetIntegerv(GLES20.GL_COMPRESSED_TEXTURE_FORMATS, new int[
formatCount
], 0)
[
all
...]
/external/icu/icu4c/source/test/intltest/
lrucachetest.cpp
91
int32_t count, int32_t nameCount, int32_t
formatCount
);
259
void LRUCacheTest::verifyReferences(const CopyOnWriteForTesting* ptr, int32_t count, int32_t nameCount, int32_t
formatCount
) {
269
if (
formatCount
!= actual) {
270
errln("format reference count wrong: Expected %d, got %d",
formatCount
, actual);
/external/chromium_org/third_party/skia/include/utils/
SkWGL.h
99
int
formatCount
,
/external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp
123
int
formatCount
,
132
rankedFormats.setCount(
formatCount
);
133
for (int i = 0; i <
formatCount
; ++i) {
Completed in 76 milliseconds