OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbufferAttribs
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.h
25
static bool
pbufferAttribs
(EGLint width,EGLint height,bool texFormatIsNoTex,bool texTargetIsNoTex);
EglValidate.cpp
59
bool EglValidate::
pbufferAttribs
(EGLint width,EGLint height,bool isTexFormatNoTex,bool isTexTargetNoTex) {
EglImp.cpp
531
if(!EglValidate::
pbufferAttribs
(width,height,texFormat == EGL_NO_TEXTURE,texTarget == EGL_NO_TEXTURE)) {
[
all
...]
/cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp
73
EGLint
pbufferAttribs
[] = {
79
pbufferAttribs
);
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
69
EGLint
pbufferAttribs
[] = {
73
mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig,
pbufferAttribs
);
SurfaceTexture_test.cpp
105
EGLint
pbufferAttribs
[] = {
111
pbufferAttribs
);
[
all
...]
Completed in 48 milliseconds