Searched defs:OGLContext_CreateFragmentProgram (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c948 OGLContext_CreateFragmentProgram(const char *fragmentShaderSource) function
954 J2dTraceLn(J2D_TRACE_INFO, "OGLContext_CreateFragmentProgram");
972 "OGLContext_CreateFragmentProgram: compiler msg (%d):\n%s",
978 "OGLContext_CreateFragmentProgram: error compiling shader");
1004 "OGLContext_CreateFragmentProgram: linker msg (%d):\n%s",
1010 "OGLContext_CreateFragmentProgram: error linking shader");

Completed in 33 milliseconds