/frameworks/native/opengl/libs/GLES2/ |
gl2ext_api.in | 7 void API_ENTRY(glGetProgramBinaryOES)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) { 8 CALL_GL_API(glGetProgramBinaryOES, program, bufSize, length, binaryFormat, binary); 10 void API_ENTRY(glProgramBinaryOES)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length) { 11 CALL_GL_API(glProgramBinaryOES, program, binaryFormat, binary, length); 154 void API_ENTRY(glGetnUniformfvEXT)(GLuint program, GLint location, GLsizei bufSize, float *params) { 155 CALL_GL_API(glGetnUniformfvEXT, program, location, bufSize, params); 157 void API_ENTRY(glGetnUniformivEXT)(GLuint program, GLint location, GLsizei bufSize, GLint *params) { 158 CALL_GL_API(glGetnUniformivEXT, program, location, bufSize, params); 160 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) { 161 CALL_GL_API(glUseProgramStagesEXT, pipeline, stages, program); [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.cpp | 78 GLuint program = glCreateProgram(); local 79 if (program) 81 glAttachShader(program, vertexShader); 83 glAttachShader(program, pixelShader); 86 glLinkProgram(program); 88 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 90 LOGI("Program Linked (%d)!", program); 95 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); 101 glGetProgramInfoLog(program, bufLength, NULL, buf) [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
WebGLUniformLocation.cpp | 35 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location) 37 return adoptRef(new WebGLUniformLocation(program, location)); 40 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GC3Dint location) 41 : m_program(program) 48 WebGLProgram* WebGLUniformLocation::program() const function in class:WebCore::WebGLUniformLocation 50 // If the program has been linked again, then this UniformLocation is no 59 // If the program has been linked again, then this UniformLocation is no
|
/external/eclipse-windowbuilder/propertysheet/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/common/eclipse/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/common/osgi/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/darwin-x86/swt/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/darwin-x86_64/swt/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/linux-x86/swt/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/linux-x86_64/swt/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/windows/swt/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/prebuilts/tools/windows-x86_64/swt/ |
NOTICE | 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 17 i) changes to the Program, and 19 ii) additions to the Program; 21 where such changes and/or additions to the Program originate from and 23 'originates' from a Contributor if it was added to the Program by such 25 Contributions do not include additions to the Program which: (i) are 26 separate modules of software distributed in conjunction with the Program 28 the Program. 30 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
NOTICE | 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 15 i) changes to the Program, and 17 ii) additions to the Program; 19 where such changes and/or additions to the Program originate from and 21 'originates' from a Contributor if it was added to the Program by such 23 Contributions do not include additions to the Program which: (i) are 24 separate modules of software distributed in conjunction with the Program 26 the Program. 28 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
NOTICE | 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 15 i) changes to the Program, and 17 ii) additions to the Program; 19 where such changes and/or additions to the Program originate from and 21 'originates' from a Contributor if it was added to the Program by such 23 Contributions do not include additions to the Program which: (i) are 24 separate modules of software distributed in conjunction with the Program 26 the Program. 28 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
NOTICE | 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 15 i) changes to the Program, and 17 ii) additions to the Program; 19 where such changes and/or additions to the Program originate from and 21 'originates' from a Contributor if it was added to the Program by such 23 Contributions do not include additions to the Program which: (i) are 24 separate modules of software distributed in conjunction with the Program 26 the Program. 28 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
NOTICE | 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 15 i) changes to the Program, and 17 ii) additions to the Program; 19 where such changes and/or additions to the Program originate from and 21 'originates' from a Contributor if it was added to the Program by such 23 Contributions do not include additions to the Program which: (i) are 24 separate modules of software distributed in conjunction with the Program 26 the Program. 28 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/swtmenubar/ |
NOTICE | 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE 5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 15 i) changes to the Program, and 17 ii) additions to the Program; 19 where such changes and/or additions to the Program originate from and 21 'originates' from a Contributor if it was added to the Program by such 23 Contributions do not include additions to the Program which: (i) are 24 separate modules of software distributed in conjunction with the Program 26 the Program. 28 "Contributor" means any person or entity that distributes the Program [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ShaderChromium.cpp | 45 bool VertexShaderPosTex::init(GraphicsContext3D* context, unsigned program) 47 m_matrixLocation = context->getUniformLocation(program, "matrix"); 73 bool VertexShaderPosTexYUVStretch::init(GraphicsContext3D* context, unsigned program) 75 m_matrixLocation = context->getUniformLocation(program, "matrix"); 76 m_yWidthScaleFactorLocation = context->getUniformLocation(program, "y_widthScaleFactor"); 77 m_uvWidthScaleFactorLocation = context->getUniformLocation(program, "uv_widthScaleFactor"); 106 bool VertexShaderPos::init(GraphicsContext3D* context, unsigned program) 108 m_matrixLocation = context->getUniformLocation(program, "matrix"); 130 bool VertexShaderPosTexTransform::init(GraphicsContext3D* context, unsigned program) 132 m_matrixLocation = context->getUniformLocation(program, "matrix") [all...] |
/external/quake/ |
NOTICE | 4 This program is free software; you can redistribute it and/or 8 This program is distributed in the hope that it will be useful, 13 along with this program; if not, write to the Free Software 32 Foundation's software and to any other program whose authors commit to 49 For example, if you distribute copies of such a program, whether 66 Finally, any free program is threatened constantly by software 68 program will individually obtain patent licenses, in effect making the 69 program proprietary. To prevent this, we have made it clear that any 79 0. This License applies to any program or other work which contains 81 under the terms of this General Public License. The "Program", below [all...] |
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
gl_code.cpp | 94 GLuint program = glCreateProgram(); local 95 if (program) { 96 glAttachShader(program, vertexShader); 98 glAttachShader(program, pixelShader); 100 glLinkProgram(program); 102 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 105 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); 109 glGetProgramInfoLog(program, bufLength, NULL, buf); 110 LOGE("Could not link program:\n%s\n", buf); 114 glDeleteProgram(program); [all...] |
/frameworks/native/opengl/tests/gl2_jni/jni/ |
gl_code.cpp | 74 GLuint program = glCreateProgram(); local 75 if (program) { 76 glAttachShader(program, vertexShader); 78 glAttachShader(program, pixelShader); 80 glLinkProgram(program); 82 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 85 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); 89 glGetProgramInfoLog(program, bufLength, NULL, buf); 90 ALOGE("Could not link program:\n%s\n", buf); 94 glDeleteProgram(program); [all...] |
/frameworks/native/opengl/tests/gldual/jni/ |
gl_code.cpp | 74 GLuint program = glCreateProgram(); local 75 if (program) { 76 glAttachShader(program, vertexShader); 78 glAttachShader(program, pixelShader); 80 glLinkProgram(program); 82 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 85 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); 89 glGetProgramInfoLog(program, bufLength, NULL, buf); 90 ALOGE("Could not link program:\n%s\n", buf); 94 glDeleteProgram(program); [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.cpp | 78 GLuint program = glCreateProgram(); local 79 if (program) 81 glAttachShader(program, vertexShader); 83 glAttachShader(program, pixelShader); 86 glLinkProgram(program); 88 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 90 LOGI("Program Linked!"); 95 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); 101 glGetProgramInfoLog(program, bufLength, NULL, buf); 102 LOGE("Could not link program:\n%s\n", buf) [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCCanvasLayerImpl.cpp | 53 const CCCanvasLayerImpl::Program* program = layerRenderer()->canvasLayerProgram(); local 54 ASSERT(program && program->initialized()); 60 layerRenderer()->useShader(program->program()); 61 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0)); 64 program->vertexShader().matrixLocation(), 65 program->fragmentShader().alphaLocation());
|
/cts/tests/tests/opengl/libopengltest/ |
attach_shader_five.cpp | 28 GLuint program = glCreateProgram(); local 29 glAttachShader(program, fragmentShaderOne); 30 glAttachShader(program, fragmentShaderTwo); 35 glGetAttachedShaders(program, maxCount, 43 glDeleteProgram(program);
|