OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:versionStr
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp
48
const char*
versionStr
= reinterpret_cast<const char*>(temp);
49
GrGLVersion version = GrGLGetVersionFromString(
versionStr
);
/development/ndk/sources/android/ndk_helper/
GLContext.cpp
56
const char*
versionStr
= (const char*) glGetString( GL_VERSION );
57
if( strstr(
versionStr
, "OpenGL ES 3." ) && gl3stubInit() )
/development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp
262
const char*
versionStr
= (const char*)glGetString(GL_VERSION);
263
if (strstr(
versionStr
, "OpenGL ES 3.") && gl3stubInit()) {
265
} else if (strstr(
versionStr
, "OpenGL ES 2.")) {
/external/deqp/modules/egl/
teglCreateContextExtTests.cpp
500
const char* const
versionStr
= (const char*)gl.getString(GL_VERSION);
501
const char* iter =
versionStr
;
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c
[
all
...]
/external/icu/icu4c/source/test/cintltst/
creststn.c
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
556
#define LIB_VERSION_STRING(info) FDKsprintf((info)->
versionStr
, "%d.%d.%d", (((info)->version >> 24) & 0xff), (((info)->version >> 16) & 0xff), (((info)->version >> 8 ) & 0xff))
569
char
versionStr
[32];
/external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp
[
all
...]
/external/icu/icu4c/source/i18n/
vtzone.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
Completed in 1488 milliseconds