OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gl_major_version
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/external/mesa3d/docs/
relnotes-9.0.html
19
glGetString(GL_VERSION) or glGetIntegerv(
GL_MAJOR_VERSION
) /
relnotes-9.0.1.html
17
glGetString(GL_VERSION) or glGetIntegerv(
GL_MAJOR_VERSION
) /
relnotes-9.0.2.html
17
glGetString(GL_VERSION) or glGetIntegerv(
GL_MAJOR_VERSION
) /
relnotes-9.0.3.html
17
glGetString(GL_VERSION) or glGetIntegerv(
GL_MAJOR_VERSION
) /
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_common.h
109
int
gl_major_version
;
member in struct:__anon44933
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_common.h
109
int
gl_major_version
;
member in struct:__anon45042
/prebuilts/misc/windows/sdl2/include/
SDL_test_common.h
109
int
gl_major_version
;
member in struct:__anon45119
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_common.h
109
int
gl_major_version
;
member in struct:__anon45215
/external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp
104
gl.getIntegerv(
GL_MAJOR_VERSION
, &major);
/prebuilts/misc/windows/sdl2/test/
testgles.c
162
state->
gl_major_version
= 1;
testgles2.c
465
state->
gl_major_version
= 2;
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GlesStubActivity.java
357
new IntVectorValue("
GL_MAJOR_VERSION
", 1),
/external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp
466
LIMIT_CASE(major_version,
GL_MAJOR_VERSION
, GLint, 3);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if
105
public static final int
GL_MAJOR_VERSION
= 0x821B;
/external/deqp/modules/egl/
teglCreateContextExtTests.cpp
635
gl.getIntegerv(
GL_MAJOR_VERSION
, &majorVersion);
644
log << TestLog::Message << "glGetIntegerv(
GL_MAJOR_VERSION
) returned '" << majorVersion << "' expected at least '" << major << "'" << TestLog::EndMessage;
[
all
...]
/external/deqp/modules/glshared/
glsFboUtil.cpp
171
// Detect compatible GLES context by querying
GL_MAJOR_VERSION
.
175
gl.getIntegerv(
GL_MAJOR_VERSION
, &majorVersion);
/development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h
153
#define
GL_MAJOR_VERSION
0x821B
[
all
...]
/development/ndk/sources/android/ndk_helper/
gl3stub.h
163
#define
GL_MAJOR_VERSION
0x821B
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java
786
GL_MAJOR_VERSION
(0x821B),
[
all
...]
/external/deqp/framework/opengl/
gluStrUtil.inl
[
all
...]
/development/ndk/platforms/android-18/include/GLES3/
gl3.h
575
#define
GL_MAJOR_VERSION
0x821B
[
all
...]
/development/ndk/platforms/android-21/include/GLES3/
gl3.h
[
all
...]
gl31.h
[
all
...]
/external/deqp/framework/opengl/wrapper/
glwEnums.inl
363
#define
GL_MAJOR_VERSION
0x821B
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java
106
public final int
GL_MAJOR_VERSION
= 0x821B;
[
all
...]
Completed in 1028 milliseconds
1
2
3
4